enhance(sw): オフライン表示のデザインを改善 (#13052)
* enhance(sw): オフライン表示のデザインを改善 * Update Changelog * fix * fix * fix * 言語が取得できなかった場合のフォールバックを追加 * (change) translation key
This commit is contained in:
Vendored
+10
@@ -9554,6 +9554,16 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"lookingForPlayer": string;
|
||||
};
|
||||
"_offlineScreen": {
|
||||
/**
|
||||
* オフライン - サーバーに接続できません
|
||||
*/
|
||||
"title": string;
|
||||
/**
|
||||
* サーバーに接続できません
|
||||
*/
|
||||
"header": string;
|
||||
};
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
||||
Reference in New Issue
Block a user