1 parent 21aa443 commit 542d8b6Copy full SHA for 542d8b6
1 file changed
src/decl/locale_data.ts
@@ -5461,6 +5461,7 @@ export type LocaleData = {
5461
toast_title: string
5462
error: {
5463
load_failed: string
5464
+ unlock_failed: string
5465
}
5466
achievements: {
5467
open_achievements_page: {
@@ -5762,6 +5763,7 @@ export type LocaleKey = Paths<LocaleData>
5762
5763
*/
5764
export type LocaleKeyParams = {
5765
'achievements.error.load_failed': { message: string | number }
5766
+ 'achievements.error.unlock_failed': { error: string | number }
5767
'achievements.unlocked_on': { date: string | number }
5768
'auth.error.accountLockedRetry': { timeLeft: string | number }
5769
'badges_maker.copy_error': { error: string | number }
0 commit comments