mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
一時的に日本語のみに
This commit is contained in:
parent
0debbf9e64
commit
a42b860624
@ -31,10 +31,11 @@
|
||||
|
||||
// Detect the user language
|
||||
// Note: The default language is Japanese
|
||||
let lang = navigator.language.split('-')[0];
|
||||
if (!/^(en|ja)$/.test(lang)) lang = 'ja';
|
||||
if (localStorage.getItem('lang')) lang = localStorage.getItem('lang');
|
||||
if (ENV != 'production') lang = 'ja';
|
||||
//let lang = navigator.language.split('-')[0];
|
||||
//if (!/^(en|ja)$/.test(lang)) lang = 'ja';
|
||||
//if (localStorage.getItem('lang')) lang = localStorage.getItem('lang');
|
||||
//if (ENV != 'production') lang = 'ja';
|
||||
const lang = 'ja';
|
||||
|
||||
// Detect the user agent
|
||||
const ua = navigator.userAgent.toLowerCase();
|
||||
|
Loading…
Reference in New Issue
Block a user