diff --git a/GUI/js/i18n.js b/GUI/js/i18n.js index ed85a6a..a320370 100644 --- a/GUI/js/i18n.js +++ b/GUI/js/i18n.js @@ -13,11 +13,11 @@ const i18n = (() => { { code: 'sv-SE', name: 'Swedish (Sweden)' }, { code: 'tr-TR', name: 'Turkish (Turkey)' }, { code: 'id-ID', name: 'Indonesian (Indonesia)' }, - { code: 'ar-AR', name: 'Arabic (Saudi Arabia)' } + { code: 'ar-SA', name: 'Arabic (Saudi Arabia)' } ]; // RTL languages - const rtlLanguages = ['ar-AR']; + const rtlLanguages = ['ar-SA']; // Check if current language is RTL function isRTL() { diff --git a/GUI/locales/ar-AR.json b/GUI/locales/ar-SA.json similarity index 99% rename from GUI/locales/ar-AR.json rename to GUI/locales/ar-SA.json index 3ae57bb..cca6824 100644 --- a/GUI/locales/ar-AR.json +++ b/GUI/locales/ar-SA.json @@ -254,4 +254,4 @@ "installingGameFiles": "جاري تثبيت ملفات اللعبة...", "installComplete": "اكتمل التثبيت!" } -} \ No newline at end of file +} diff --git a/GUI/style-RTL.css b/GUI/style-RTL.css index 48bd820..ce8bb9f 100644 --- a/GUI/style-RTL.css +++ b/GUI/style-RTL.css @@ -131,7 +131,7 @@ body.rtl .mods-header { flex-direction: row-reverse; } -body.rtl .news-section news-header{ +body.rtl .news-section .news-header { flex-direction: row-reverse; }