Skip to content

Instantly share code, notes, and snippets.

@Baldinof
Last active December 5, 2019 10:36
Show Gist options
  • Save Baldinof/a6d134aec29695458389c3e9487a11eb to your computer and use it in GitHub Desktop.
Save Baldinof/a6d134aec29695458389c3e9487a11eb to your computer and use it in GitHub Desktop.
api_key_env: CROWDIN_API_KEY
base_path_env: CROWDIN_BASE_PATH
project_identifier: project
preserve_hierarchy: true
files:
- source: /src/locales/messages.xlf
dest: /src/locales/messages.xlf
translation: /src/locales/messages.%two_letters_code%.xlf
@Andrulko
Copy link

Andrulko commented Feb 8, 2019

Please add "preserve_hierarchy" param:

base_path_env: CROWDIN_BASE_PATH
project_identifier: wizbii-v4
preserve_hierarchy: true

files:
  - source: /src/locales/messages.xlf
    dest: /src/locales/messages.xlf
    translation: /src/locales/messages.%two_letters_code%.xlf```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment