Skip to content

Commit

Permalink
chore: create Transifex configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed Feb 19, 2024
1 parent 12a53d7 commit 9221cae
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .tx/transifex.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
git:
filters:
- filter_type: file
file_format: PO
source_file: languages/pressbooks-multi-institution.pot
source_language: en
translation_files_expression: languages/<lang>.po
language_mapping: de:de_DE, es:es_ES, fr:fr_FR, gl:gl_ES, nb:nb_NO, it:it_IT, ka:ka_GE, ru:ru_RU, ta:ta_LK
pr-branch_name: chore/update-translations-<br_unique-id>
- filter_type: file
file_format: PO
source_file: languages/pressbooks-multi-institution.pot
source_language: en
translation_files_expression: languages/<lang>.po
settings:
pr_branch_name: chore/update-translations-<br_unique_id>
language_mapping:
de: de_DE
es: es_ES
fr: fr_FR
gl: gl_ES
nb: nb_NO
it: it_IT
ka: ka_GE
ru: ru_RU
ta: ta_LK

0 comments on commit 9221cae

Please sign in to comment.