feat: update achievements page

This commit is contained in:
Zamitto
2024-10-09 20:33:33 -03:00
parent 8fb31e0e64
commit fa026f82a6
9 changed files with 228 additions and 52 deletions

View File

@@ -333,6 +333,8 @@
"your_friend_code": "Your friend code:"
},
"achievement": {
"achievement_unlocked": "Achievement unlocked"
"achievement_unlocked": "Achievement unlocked",
"user_achievements": "{{displayName}}'s Achievements",
"your_achievements": "Your Achievements"
}
}

View File

@@ -335,6 +335,8 @@
"your_friend_code": "Seu código de amigo:"
},
"achievement": {
"achievement_unlocked": "Conquista desbloqueada"
"achievement_unlocked": "Conquista desbloqueada",
"your_achievements": "Suas Conquistas",
"user_achievements": "Conquistas de {{displayName}}"
}
}