From 13e0c16ac28849f84c98727fdd1e49dbfd0aa8c1 Mon Sep 17 00:00:00 2001 From: Ned Pfeiffer Date: Sat, 18 May 2024 13:41:08 -0700 Subject: [PATCH] shortened translation --- src/locales/es/battle-message-ui-handler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/es/battle-message-ui-handler.ts b/src/locales/es/battle-message-ui-handler.ts index 6b8965a3851..e1668d1b5f6 100644 --- a/src/locales/es/battle-message-ui-handler.ts +++ b/src/locales/es/battle-message-ui-handler.ts @@ -2,7 +2,7 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const battleMessageUiHandler: SimpleTranslationEntries = { "ivBest": "Inmejorable", - "ivFantastic": "Espectacular", + "ivFantastic": "Fantástico", "ivVeryGood": "Notable", "ivPrettyGood": "Genial", "ivDecent": "No está mal",