Add list with languages written from right to left

This commit is contained in:
2026-05-21 22:04:58 +02:00
parent be19a3c29e
commit b30aea57ad
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -19,6 +19,10 @@ import getCurrentLanguage from './utils/currentLanguage';
export const fallbackLocale = 'en';
export const LANGUAGES_RTL = [
'ar'
];
const SUPPORTED_LANGUAGES = [
'en', 'de', 'fr', 'es', 'it', 'pt', 'zh', 'ja', 'ar', 'hi'
];