1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-23 14:46:44 +09:00

CherryPick🍒

This commit is contained in:
NoriDev 2024-11-14 10:20:31 +09:00
parent 02894efdc7
commit e9d773b8a8

View File

@ -11,7 +11,7 @@ import { I18n } from '@@/js/i18n.js';
import type { Locale } from '../../../../locales/index.js';
class SwLang {
public cacheName = `mk-cache-${_VERSION_}`;
public cacheName = `cp-cache-${_VERSION_}`;
public lang: Promise<string> = get('lang').then(async prelang => {
if (!prelang) return 'en-US';