From b7f8b0aedc9115e9659650aec9b26cfe12cde1c7 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Wed, 13 Sep 2023 17:31:32 -0500 Subject: [PATCH] preserve_hierarchy: true so the multiple packages will work https://developer.crowdin.com/configuration-file/#saving-directory-structure-on-server --- crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/crowdin.yml b/crowdin.yml index b5cae6649a..19745c9f5b 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -2,6 +2,7 @@ project_id: 1 api_token_env: CROWDIN_PERSONAL_TOKEN base_path: '.' base_url: 'https://chia.crowdin.com' +preserve_hierarchy: true files: - source: /packages/core/src/locales/en-US/*.po translation: /packages/core/src/locales/%locale%/messages.po