Skip to content

Instantly share code, notes, and snippets.

@camillevilla
Last active April 28, 2020 23:09
Show Gist options
  • Save camillevilla/71b3e103e022afd2d62689f9fb6c549b to your computer and use it in GitHub Desktop.
Save camillevilla/71b3e103e022afd2d62689f9fb6c549b to your computer and use it in GitHub Desktop.
Transifex generic YML examples
# Example config from sul-dlss/dlme-transform
# all supported i18n types: https://docs.transifex.com/formats
filters:
- filter_type: file
file_format: YAML_GENERIC
source_language: en
source_file: lib/translation_maps/norm_has_type_to_en.yaml
translation_files_expression: lib/translation_maps/norm_has_type_to_<lang>.yaml
- filter_type: file
file_format: YAML_GENERIC
source_language: en
source_file: lib/translation_maps/norm_languages_to_en.yaml
translation_files_expression: lib/translation_maps/norm_languages_to_<lang>.yaml
- filter_type: file
file_format: YAML_GENERIC
source_language: en
source_file: lib/translation_maps/norm_types_to_en.yaml
translation_files_expression: lib/translation_maps/norm_types_to_<lang>.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment