Skip to content

Commit

Permalink
(chore) Update transifex config (#1598)
Browse files Browse the repository at this point in the history
Update config

update the config to sync with the transifex project
  • Loading branch information
befantasy committed Jan 18, 2024
1 parent 100ce91 commit bd62b36
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion .tx/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[main]
host = https://www.transifex.com

[o:openmrs:p:openmrs-esm-patient-chart:r:esm-form-engine-app]
file_filter = packages/esm-form-engine-app/translations/<lang>.json
source_file = packages/esm-form-engine-app/translations/en.json
source_lang = en
type = KEYVALUEJSON
replace_edited_strings = false
keep_translations = false

[o:openmrs:p:openmrs-esm-patient-chart:r:esm-form-entry-app]
file_filter = packages/esm-form-entry-app/translations/<lang>.json
source_file = packages/esm-form-entry-app/translations/en.json
Expand Down Expand Up @@ -65,6 +73,14 @@ type = KEYVALUEJSON
replace_edited_strings = false
keep_translations = false

[o:openmrs:p:openmrs-esm-patient-chart:r:esm-patient-flags-app]
file_filter = packages/esm-patient-flags-app/translations/<lang>.json
source_file = packages/esm-patient-flags-app/translations/en.json
source_lang = en
type = KEYVALUEJSON
replace_edited_strings = false
keep_translations = false

[o:openmrs:p:openmrs-esm-patient-chart:r:esm-patient-forms-app]
file_filter = packages/esm-patient-forms-app/translations/<lang>.json
source_file = packages/esm-patient-forms-app/translations/en.json
Expand All @@ -89,6 +105,14 @@ type = KEYVALUEJSON
replace_edited_strings = false
keep_translations = false

[o:openmrs:p:openmrs-esm-patient-chart:r:esm-patient-lists-app]
file_filter = packages/esm-patient-lists-app/translations/<lang>.json
source_file = packages/esm-patient-lists-app/translations/en.json
source_lang = en
type = KEYVALUEJSON
replace_edited_strings = false
keep_translations = false

[o:openmrs:p:openmrs-esm-patient-chart:r:esm-patient-medications-app]
file_filter = packages/esm-patient-medications-app/translations/<lang>.json
source_file = packages/esm-patient-medications-app/translations/en.json
Expand All @@ -105,6 +129,14 @@ type = KEYVALUEJSON
replace_edited_strings = false
keep_translations = false

[o:openmrs:p:openmrs-esm-patient-chart:r:esm-patient-orders-app]
file_filter = packages/esm-patient-orders-app/translations/<lang>.json
source_file = packages/esm-patient-orders-app/translations/en.json
source_lang = en
type = KEYVALUEJSON
replace_edited_strings = false
keep_translations = false

[o:openmrs:p:openmrs-esm-patient-chart:r:esm-patient-programs-app]
file_filter = packages/esm-patient-programs-app/translations/<lang>.json
source_file = packages/esm-patient-programs-app/translations/en.json
Expand All @@ -120,4 +152,3 @@ source_lang = en
type = KEYVALUEJSON
replace_edited_strings = false
keep_translations = false

0 comments on commit bd62b36

Please sign in to comment.