From 3c74434211ed69b38e53ee4528259a49c0780f00 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Wed, 22 Nov 2023 19:11:16 -0500 Subject: [PATCH] Update Crowdin configuration file --- crowdin.yml | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index ff6f08bfb3..40a55d3cf1 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -4,21 +4,11 @@ files: - source: /game/assets/jak1/subtitle/subtitle_lines_en-US.json translation: /game/assets/jak1/subtitle/subtitle_lines_%locale%.json excluded_target_languages: - - "fr" - - "de" - - "es-ES" - - "it" - - "ja" - - "en-GB" + - fr + - de + - es-ES + - it + - ja + - en-GB - source: /game/assets/jak2/text/game_custom_text_en-US.json translation: /game/assets/jak2/text/game_custom_text_%locale%.json - - source: /game/assets/jak2/subtitle/subtitle_lines_en-US.json - translation: /game/assets/jak2/subtitle/subtitle_lines_%locale%.json - excluded_target_languages: - - "fr" - - "de" - - "es-ES" - - "it" - - "ja" - - "ko" - - "en-GB"