mirror of
https://github.com/louislam/dockge.git
synced 2025-03-15 13:54:46 +00:00
Fix: Arabic to RTL
This commit is contained in:
parent
8296c7b18f
commit
4e899dcf21
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ for (let lang in languageList) {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
const rtlLangs = [ "fa", "ar-SY", "ur" ];
|
const rtlLangs = [ "fa", "ar-SY", "ur", "ar" ];
|
||||||
|
|
||||||
export const currentLocale = () => localStorage.locale
|
export const currentLocale = () => localStorage.locale
|
||||||
|| languageList[navigator.language] && navigator.language
|
|| languageList[navigator.language] && navigator.language
|
||||||
|
|
Loading…
Add table
Reference in a new issue