mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 05:32:09 +08:00
@@ -49,7 +49,7 @@ for (let lang in languageList) {
|
||||
};
|
||||
}
|
||||
|
||||
const rtlLangs = [ "fa" , "ar-SY"];
|
||||
const rtlLangs = [ "fa", "ar-SY" ];
|
||||
|
||||
export const currentLocale = () => localStorage.locale
|
||||
|| languageList[navigator.language] && navigator.language
|
||||
|
Reference in New Issue
Block a user