mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
export const I18N = {
|
|
DEFAULT_LOCALE: "en",
|
|
LOCALES: [{ label: "English", value: "en" }],
|
|
} as const
|