Skip to content

Unable to get my upload_sources config working #156

Answered by andrii-bodnar
henieek asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @henieek,

there is an error in the second file's group config - two_letter_code instead of two_letters_code

Here is the correct crowdin.yml configuration:

project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
preserve_hierarchy: false
files:
  - source: app/src/main/res/values/*.xml
    translation: app/src/main/res/values-%two_letters_code%/%original_file_name%.xml
    translate_attributes: 0
  - source: iosStrings/en/ios_imessage.strings
    translation: iosStrings/values-%two_letters_code%/ios_imessage.strings
    translate_attributes: 0

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@henieek
Comment options

Answer selected by henieek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants