Skip to content

Auto-syncing new translations (for all languages) from Transifex didn't work smoothly #9620

Open
@jywarren

Description

@jywarren

I'm trying out the auto-PR generation in Transifex, for the #3262 wrap-up and #9257 projects for GSoC, and i tried running it, but got this error:

image

 Some files didn’t sync with Transifex:
/config/locales/en.yml
Error while creating resource: b"Format 'YAML' not found"
/config/locales/ar.yml
Error while uploading translation: b'Not Found'
/config/locales/gr.yml
Error while uploading translation: b'Not Found'
/config/locales/de.yml
Error while uploading translation: b'Not Found'

To run it, i set up a config file like this:

filters:
  - filter_type: file
    # all supported i18n types: https://docs.transifex.com/formats
    file_format: YAML
    source_language: en
    source_file: config/locales/en.yml
    # path expression to translation files, must contain <lang> placeholder
    translation_files_expression: 'config/locales/<lang>.yml'

Then pressed Sync here:

image

I may have this wrong! Lets discuss, document, and debug, and smooth this process out, then make it clear for others to do!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugthe issue is regarding one of our programs which faces problems when a certain task is executeddocumentationfeature lacks proper documentation or needs more documentsmore-detail-pleaseissue lacks proper description and perhaps needs code links or the location of the problem

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions