Merge branch 'develop' into feat-12909

This commit is contained in:
かっこかり 2024-01-12 14:31:40 +09:00 committed by GitHub
commit 9bbc5259d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 980 additions and 432 deletions

1
locales/index.d.ts vendored
View file

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

View file

@ -1198,6 +1198,7 @@ soundWillBePlayed: "サウンドが再生されます"
showReplay: "リプレイを見る"
replay: "リプレイ"
replaying: "リプレイ中"
ranking: "ランキング"
_bubbleGame:
howToPlay: "遊び方"