Switch to version 1: remove src/i18n-config.ts
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
export const i18n = {
|
||||
defaultLocale: 'en',
|
||||
locales: ['en', 'ru', 'es', 'de', 'fr', 'it', 'pt', 'pl', 'tr', 'ar', 'zh', 'ja', 'uk'],
|
||||
localeDetection: true,
|
||||
rtlLocales: ['ar'], // Arabic is Right-To-Left
|
||||
};
|
||||
|
||||
export type Locale = (typeof i18n)['locales'][number];
|
||||
Reference in New Issue
Block a user