mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-21 08:20:49 +00:00
cff3adf2e6
* Updating locale folder from ca-ES to ca_ES * Updated the i18n config file to include ca_ES instead of ca-ES
10 lines
258 B
TypeScript
10 lines
258 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const pokemonInfoContainer: SimpleTranslationEntries = {
|
|
"moveset": "Moveset",
|
|
"gender": "Gender:",
|
|
"ability": "Ability:",
|
|
"nature": "Nature:",
|
|
"form": "Form:"
|
|
} as const;
|