mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-22 14:05:12 +00:00
5 lines
118 B
TypeScript
5 lines
118 B
TypeScript
type Locale = { [key: string]: string };
|
|
|
|
declare const locales: { [lang: string]: Locale };
|
|
|
|
export default locales;
|