-
Notifications
You must be signed in to change notification settings - Fork 186
[conflict_resolver] Translate conflict resolver #9953
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
base: main
Are you sure you want to change the base?
Conversation
This translates the candidate list module as an example of how to do localization of a loris module that is written in React with class based components.
…dule is fully translated
… list module is fully translated" This reverts commit b467ce6.
…dule is fully translated
Also fix syntax of export to fix tests.
c043761
to
6b4aeb8
Compare
npx i18next-conv -l hi -s modules/data_release/locale/hi/LC_MESSAGES/data_release.po -t modules/data_release/locale/hi/LC_MESSAGES/data_release.json | ||
msgfmt -o modules/data_release/locale/ja/LC_MESSAGES/data_release.mo modules/data_release/locale/ja/LC_MESSAGES/data_release.po | ||
npx i18next-conv -l ja -s modules/data_release/locale/ja/LC_MESSAGES/data_release.po -t modules/data_release/locale/ja/LC_MESSAGES/data_release.json | ||
data_release: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This module translations were already merged, why we are deleting them in this PR ?
msgstr "ページあたりの最大行数:" | ||
|
||
msgid "Download Table as CSV" | ||
msgstr "表をCSVとしてダウンロード" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we are changing the JA translations in this PR ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this PR probably needs to be rebased?
msgid "Conflict ID" | ||
msgstr "टकराव आईडी" | ||
|
||
msgid "Cohort" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is already in the loris namespace, don't belong here, please see check for all the translations in this file since this one is just one example but there are many other in this same case. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address comments. Thanks.
This PR is responsible for translating the module conflict_resolver to different languages. Currently only 'Hindi' language is supported but other languages can be added as required.
Testing instructions (if applicable)