mirror of
https://github.com/misskey-dev/misskey
synced 2025-07-13 07:02:51 +02: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;
|