Update src/locales/es/splash-messages.json

Add missing `number` format for battlesWon message
This commit is contained in:
flx-sta 2024-09-19 15:50:17 -07:00 committed by GitHub
parent 6b6e22b46e
commit 375df427e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
{
"battlesWon": "¡{{count}} Batallas ganadas!",
"battlesWon": "¡{{count, number}} Batallas ganadas!",
"joinTheDiscord": "¡Únete al Discord!",
"infiniteLevels": "¡Niveles infinitos!",
"everythingStacks": "¡Todo se acumula!",