1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 14:46:40 +09:00
MisskeyIO/locales/index.d.ts
MeiMei 2c1a7f4392 Fix #4152 (#4224)
* Fix #4152

* fix

* remove unused code
2019-02-11 22:37:20 +09:00

4 lines
67 B
TypeScript

declare const locales: { [lang: string]: any };
export = locales;