mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-10 23:54:13 -08:00
Add Urdu to right to left language array <3
This commit is contained in:
parent
4df8db3f54
commit
bd2c1d9c34
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue