1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-12-14 06:38:36 +09:00
misskey/locales/index.d.ts

6 lines
118 B
TypeScript
Raw Normal View History

type Locale = { [key: string]: string };
declare const locales: { [lang: string]: Locale };
export default locales;