mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-12 08:36:09 +00:00
2a32189ea1
* Add support for Portuguese (Brazil) locale, except for moves and abilities. * All ptBR translations, names of moves and abilities maintained in english. * Small fixes * Updated Frisk and fixed Plus and Minus descriptions * Changed the settings label to "Português (BR)"
9 lines
283 B
TypeScript
9 lines
283 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const commandUiHandler: SimpleTranslationEntries = {
|
|
"fight": "Lutar",
|
|
"ball": "Bolas",
|
|
"pokemon": "Pokémon",
|
|
"run": "Fugir",
|
|
"actionMessage": "O que {{pokemonName}}\ndeve fazer?",
|
|
} as const; |