mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-19 09:57:30 -06:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
![]() |
type Locale = { [key: string]: string };
|
||
|
|
||
|
declare const locales: { [lang: string]: Locale };
|
||
|
|
||
|
export default locales;
|