1
0
mirror of https://github.com/misskey-dev/misskey synced 2025-01-06 01:43:29 +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;