mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-28 12:39:32 +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
279 B
TypeScript
11 lines
279 B
TypeScript
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
export const common: SimpleTranslationEntries = {
|
|
"start": "Start",
|
|
"luckIndicator": "Luck:",
|
|
"shinyOnHover": "Shiny",
|
|
"commonShiny": "Common",
|
|
"rareShiny": "Rare",
|
|
"epicShiny": "Epic",
|
|
} as const;
|