mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-24 04:53:33 +00: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;
|