From a0fdb8c07bf02621ccb70143f9c1978e6bd2b1f5 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Mon, 27 May 2024 13:31:15 +0200 Subject: [PATCH] Update for French trainers.ts (#1426) --- src/locales/fr/trainers.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locales/fr/trainers.ts b/src/locales/fr/trainers.ts index 0c032d66b3e..c5f0de3e29a 100644 --- a/src/locales/fr/trainers.ts +++ b/src/locales/fr/trainers.ts @@ -6,10 +6,10 @@ export const titles: SimpleTranslationEntries = { "elite_four_female": "Conseil 4", "gym_leader": "Champion d’Arène", "gym_leader_female": "Championne d’Arène", - "gym_leader_double": "Gym Leader Duo", - "champion": "Maitre·esse", //Written in gender-inclusive language in wait of a potential split of the entry - "champion_female": "Champion", - "champion_double": "Champion Duo", + "gym_leader_double": "Duo de Champions", + "champion": "Maitre", + "champion_female": "Maitresse", + "champion_double": "Duo de Maitres", "rival": "Rival·e", //Written in gender-inclusive language in wait of a potential split of the entry "professor": "Professeur·e", //Written in gender-inclusive language in wait of a potential split of the entry "frontier_brain": "Meneur·euse de Zone", //Written in gender-inclusive language in wait of a potential split of the entry