enhance(drop-and-fusion): some tweaks

This commit is contained in:
syuilo 2024-01-12 20:38:04 +09:00
parent 271407312e
commit 0aefebf02a
4 changed files with 8 additions and 6 deletions

1
locales/index.d.ts vendored
View file

@ -1201,6 +1201,7 @@ export interface Locale {
"replaying": string;
"ranking": string;
"lastNDays": string;
"backToTitle": string;
"_bubbleGame": {
"howToPlay": string;
"_howToPlay": {

View file

@ -1198,6 +1198,7 @@ replay: "リプレイ"
replaying: "リプレイ中"
ranking: "ランキング"
lastNDays: "直近{n}日"
backToTitle: "タイトルへ"
_bubbleGame:
howToPlay: "遊び方"