enhance(frontend): 季節に応じた画面の演出を南半球に対応させる (#12838)
* (enhance) 季節に応じた画面の演出を南半球に対応させる * Update Changelog * (add) 半球の簡易自動判定 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
6
locales/index.d.ts
vendored
6
locales/index.d.ts
vendored
@@ -4824,6 +4824,7 @@ export interface Locale extends ILocale {
|
||||
* タイトルへ
|
||||
*/
|
||||
"backToTitle": string;
|
||||
"hemisphere": string;
|
||||
/**
|
||||
* センシティブなファイルを含むノートを表示
|
||||
*/
|
||||
@@ -9420,6 +9421,11 @@ export interface Locale extends ILocale {
|
||||
"description": string;
|
||||
};
|
||||
};
|
||||
"_hemisphere": {
|
||||
"N": string;
|
||||
"S": string;
|
||||
"caption": string;
|
||||
};
|
||||
"_reversi": {
|
||||
/**
|
||||
* リバーシ
|
||||
|
||||
Reference in New Issue
Block a user