[Feature][FUN] add breedersInSpace splash message (#2631)

* add spaceBreeder splash message

* fix typo (whops)

* Add pt_BR translation

Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>

* replace text & key with breedersInSpace

* add french tanslation

Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>

* remove obsolete array split in splash-messages.ts

* Update src/locales/pt_BR/splash-messages.ts

Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>

* Update src/locales/es/splash-messages.ts

Co-authored-by: Asdar <asdargmng@gmail.com>

* Update splash-messages.ts (Italian)

* Update src/locales/zh_CN/splash-messages.ts

Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>

* Update src/locales/ko/splash-messages.ts

Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>

---------

Co-authored-by: José Ricardo Fleury Oliveira <josefleury@discente.ufg.br>
Co-authored-by: Lugiad' <adrien.grivel@hotmail.fr>
Co-authored-by: Asdar <asdargmng@gmail.com>
Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
This commit is contained in:
flx-sta 2024-07-12 14:13:33 -07:00 committed by GitHub
parent 2314d34907
commit 4dc1af99ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 13 additions and 3 deletions

View File

@ -6,7 +6,7 @@ export function getBattleCountSplashMessage(): string {
export function getSplashMessages(): string[] {
const splashMessages = Array(10).fill(getBattleCountSplashMessage());
splashMessages.push(...[
splashMessages.push(
i18next.t("splashMessages:joinTheDiscord"),
i18next.t("splashMessages:infiniteLevels"),
i18next.t("splashMessages:everythingStacks"),
@ -39,7 +39,8 @@ export function getSplashMessages(): string[] {
i18next.t("splashMessages:alsoTryRadicalRed"),
i18next.t("splashMessages:eeveeExpo"),
i18next.t("splashMessages:ynoproject"),
]);
i18next.t("splashMessages:breedersInSpace"),
);
return splashMessages;
}

View File

@ -34,4 +34,5 @@ export const splashMessages: SimpleTranslationEntries = {
"alsoTryRadicalRed": "Versuche auch Radical Red!",
"eeveeExpo": "Evoli-Expo!",
"ynoproject": "YNO-Projekt!",
"breedersInSpace": "Züchter im Weltall!",
} as const;

View File

@ -34,4 +34,5 @@ export const splashMessages: SimpleTranslationEntries = {
"alsoTryRadicalRed": "Also Try Radical Red!",
"eeveeExpo": "Eevee Expo!",
"ynoproject": "YNOproject!",
"breedersInSpace": "Breeders in space!",
} as const;

View File

@ -34,4 +34,5 @@ export const splashMessages: SimpleTranslationEntries = {
"alsoTryRadicalRed": "¡Prueba también Radical Red!",
"eeveeExpo": "¡Eevee Expo!",
"ynoproject": "¡YNOproject!",
"breedersInSpace": "Criadores... ¡EN EL ESPACIO!",
} as const;

View File

@ -34,4 +34,5 @@ export const splashMessages: SimpleTranslationEntries = {
"alsoTryRadicalRed": "Essaye aussi Radical Red !",
"eeveeExpo": "Eevee Expo !",
"ynoproject": "YNOproject !",
"breedersInSpace": "Des Éleveurs dans lespace !",
} as const;

View File

@ -34,4 +34,5 @@ export const splashMessages: SimpleTranslationEntries = {
"alsoTryRadicalRed": "Prova anche Radical Red!",
"eeveeExpo": "Eevee Expo!",
"ynoproject": "YNOproject!",
"breedersInSpace": "Allevapokémon nello spazio!",
} as const;

View File

@ -34,4 +34,5 @@ export const splashMessages: SimpleTranslationEntries = {
"alsoTryRadicalRed": "Radical Red도 해봐요!",
"eeveeExpo": "Eevee Expo!",
"ynoproject": "YNOproject!",
"breedersInSpace": "충격!우주에 브리더 진짜 계심ㄷㄷ",
} as const;

View File

@ -34,4 +34,5 @@ export const splashMessages: SimpleTranslationEntries = {
"alsoTryRadicalRed": "Também Jogue Radical Red!",
"eeveeExpo": "Eevee Expo!",
"ynoproject": "YNOproject!",
"breedersInSpace": "Criadores Pokémon no Espaço!",
} as const;

View File

@ -34,4 +34,5 @@ export const splashMessages: SimpleTranslationEntries = {
"alsoTryRadicalRed": "也玩玩看激进红!",
"eeveeExpo": "伊布博览会!",
"ynoproject": "Yume Nikki 页游项目!",
"breedersInSpace": "饲养员也能上太空?",
} as const;

View File

@ -33,5 +33,6 @@ export const splashMessages: SimpleTranslationEntries = {
"alsoTryEmeraldRogue": "也試試翡翠流氓!",
"alsoTryRadicalRed": "也試試激進紅!",
"eeveeExpo": "伊布博覽會!",
"ynoproject": "YNO專案"
"ynoproject": "YNO專案",
"breedersInSpace": "Breeders in space!",
} as const;