mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-28 20:49:19 +01:00
* Updating locale folder from ca-ES to ca_ES * Updated the i18n config file to include ca_ES instead of ca-ES
11 lines
308 B
TypeScript
11 lines
308 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const battleMessageUiHandler: SimpleTranslationEntries = {
|
|
"ivBest": "Best",
|
|
"ivFantastic": "Fantastic",
|
|
"ivVeryGood": "Very Good",
|
|
"ivPrettyGood": "Pretty Good",
|
|
"ivDecent": "Decent",
|
|
"ivNoGood": "No Good",
|
|
} as const;
|