Add Urdu to right to left language array <3

This commit is contained in:
DevMirza 2023-02-17 15:43:49 +05:00 committed by GitHub
parent 4df8db3f54
commit bd2c1d9c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ for (let lang in languageList) {
};
}
const rtlLangs = [ "fa", "ar-SY" ];
const rtlLangs = [ "fa", "ar-SY", "ur" ];
export const currentLocale = () => localStorage.locale
|| languageList[navigator.language] && navigator.language