From d334a55308bf84246d1b7c5fc77c6cc36c258e96 Mon Sep 17 00:00:00 2001 From: KimJeongSun Date: Sat, 21 Sep 2024 00:37:37 +0900 Subject: [PATCH] add english translation --- src/locales/en/challenges.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/locales/en/challenges.json b/src/locales/en/challenges.json index 7792755d626..79f8464d286 100644 --- a/src/locales/en/challenges.json +++ b/src/locales/en/challenges.json @@ -33,5 +33,12 @@ "desc": "Type matchups are reversed and no type is immune to any other type.\nDisables other challenges' achievements.", "value.0": "Off", "value.1": "On" + }, + "trickRoom": { + "name": "Trick Room", + "shortName": "Trick Room", + "desc": "All battles are under the effect of Trick Room, where slower Pokémon move sooner and faster Pokémon move later.\nDisables other challenges' achievements.", + "value.0": "Off", + "value.1": "On" } }