mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -07: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;
|