mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
4 lines
105 B
TypeScript
4 lines
105 B
TypeScript
export const I18N = {
|
|
DEFAULT_LOCALE: 'en',
|
|
LOCALES: [{ label: 'English', value: 'en' }],
|
|
} as const
|