mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 14:54:43 +08:00
Standardize array bracket spacing
This commit is contained in:
@@ -43,7 +43,7 @@ for (let lang in languageList) {
|
||||
};
|
||||
}
|
||||
|
||||
const rtlLangs = ["fa"];
|
||||
const rtlLangs = [ "fa" ];
|
||||
|
||||
export const currentLocale = () => localStorage.locale
|
||||
|| languageList[navigator.language] && navigator.language
|
||||
|
Reference in New Issue
Block a user