Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RA-2020: Fix auto update of translations from transifex #521

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jona42-ui
Copy link

RA-2020: Fix auto update of translations from transifex

Description

changed the .tx/config file within each codebase to match the following:

 [main]
host = https://www.transifex.com/

[o:openmrs:p:OpenMRS:r:xxxxxxx]
source_file = api/src/main/resources/messages.properties
source_lang = en
file_filter = api/src/main/resources/messages_<lang>.properties
type = UNICODEPROPERTIES 

Where "xxxxxxx" would be replaced with the name of the resource slug in Transifex

Related Issue

see https://issues.openmrs.org/browse/RA-2020

Checklist:

  • My pull request only contains one single commit.
  • My pull request is based on the latest master branch
    git pull --rebase upstream master.
  • I ran mvn clean package right before creating this pull request and
    added all formatting changes to my commit.
  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant