mirror of
https://github.com/wekan/wekan.git
synced 2025-12-31 06:38:49 +01:00
Prettier & eslint project style update
This commit is contained in:
parent
a0a482aa8e
commit
3eb4d2c341
116 changed files with 6216 additions and 5240 deletions
|
|
@ -12,7 +12,7 @@ Meteor.startup(() => {
|
|||
}
|
||||
|
||||
if (!language) {
|
||||
if(navigator.languages) {
|
||||
if (navigator.languages) {
|
||||
language = navigator.languages[0];
|
||||
} else {
|
||||
language = navigator.language || navigator.userLanguage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue