enhance(drop-and-fusion): add game description

This commit is contained in:
syuilo
2024-01-10 17:31:59 +09:00
parent c1c363bf08
commit 5c786cace8
3 changed files with 28 additions and 3 deletions

8
locales/index.d.ts vendored
View File

@@ -1199,6 +1199,14 @@ export interface Locale {
"showReplay": string;
"replay": string;
"replaying": string;
"_bubbleGame": {
"howToPlay": string;
"_howToPlay": {
"section1": string;
"section2": string;
"section3": string;
};
};
"_announcement": {
"forExistingUsers": string;
"forExistingUsersDescription": string;