From e6f99091019cf7eeff596b156f813a8118adbb11 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Wed, 22 Nov 2023 19:13:54 -0500 Subject: [PATCH] i18n: add back crowdin config change (i think things got into a bad state) --- crowdin.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/crowdin.yml b/crowdin.yml index 40a55d3cf..719838f88 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -12,3 +12,13 @@ files: - 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"