feat: add aria-label strings to locales for achievements page

This commit is contained in:
cj-do-gta-sander 2024-10-24 09:03:48 -03:00
parent 3c03d5ce16
commit ab7625a314
2 changed files with 7 additions and 1 deletions

View file

@ -372,5 +372,8 @@
"premium_support": "Premium Support",
"show_and_compare_achievements": "Show and compare your achievements to other users",
"animated_profile_banner": "Animated profile banner"
},
"aria-labels": {
"achievement_summary": "{{displayName}} achievements for {{gameTitle}}, {{achievementCount}} unlocked of {{totalAchievementCount}}, {{percentage}} completed"
}
}

View file

@ -370,5 +370,8 @@
"show_and_compare_achievements": "Exiba e compare suas conquistas com outros usuários",
"animated_profile_banner": "Banner animado no perfil",
"cloud_saving": "Saves de jogos em nuvem"
},
"aria-labels": {
"achievement_summary": "Conquistas de {{displayName}} em {{gameTitle}}, {{achievementCount}} desbloqueadas de {{totalAchievementCount}}, {{percentage}} concluídas"
}
}
}