Skip to content

Commit 1b6a52a

Browse files
committed
fix: restore translation
1 parent 3a9502a commit 1b6a52a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/utils/i18n/locales/en/other.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,17 @@
307307
"button": {
308308
"string": "OK"
309309
}
310+
},
311+
"used_up": {
312+
"title": {
313+
"string": "Out of Gifts"
314+
},
315+
"text": {
316+
"string": "Sorry, you're too late! All gifts for this code have already been claimed."
317+
},
318+
"button": {
319+
"string": "OK"
320+
}
310321
}
311322
},
312323
"shop": {
@@ -375,4 +386,4 @@
375386
}
376387
}
377388
}
378-
}
389+
}

0 commit comments

Comments
 (0)