mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-17 23:58:39 -06:00
5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
type Locale = { [key: string]: string };
|
|
|
|
declare const locales: { [lang: string]: Locale };
|
|
|
|
export default locales;
|