mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-21 19:53:50 +01: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;
|