Last active
April 28, 2020 23:09
-
-
Save camillevilla/71b3e103e022afd2d62689f9fb6c549b to your computer and use it in GitHub Desktop.
Transifex generic YML examples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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