Merge branch 'io' into merge-upstream
This commit is contained in:
commit
2f437e3924
11 changed files with 171 additions and 24 deletions
|
|
@ -13,7 +13,7 @@ class SwLang {
|
|||
public cacheName = `mk-cache-${_VERSION_}`;
|
||||
|
||||
public lang: Promise<string> = get('lang').then(async prelang => {
|
||||
if (!prelang) return 'en-US';
|
||||
if (!prelang) return 'ja-JP';
|
||||
return prelang;
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue