Open
Description
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:
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:
I may have this wrong! Lets discuss, document, and debug, and smooth this process out, then make it clear for others to do!