From 076e17d6700701e99835952ac80fa5654f06d137 Mon Sep 17 00:00:00 2001 From: Ushie Date: Sat, 30 Mar 2024 03:12:06 +0300 Subject: [PATCH] chore: Don't preserve hierachy in Crowdin --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 7dabb6a9..be872744 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,7 +1,7 @@ project_id_env: "CROWDIN_PROJECT_ID" api_token_env: "CROWDIN_PERSONAL_TOKEN" -preserve_hierarchy: true +preserve_hierarchy: false files: - source: /assets/i18n/strings.i18n.json translation: /assets/i18n/strings_%locale_with_underscore%.i18n.json