-
Notifications
You must be signed in to change notification settings - Fork 186
[my_preferences] Translate to my_preferences module #10015
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
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.
Hi @SKADE2303 , as requested in #10009
Save and Reset should be in loris.po ns not in the module itself since this two worlds are used all across the LORIS system. Thank you.
2509634 to
41d56c4
Compare
|
@SKADE2303 , automatic tests still failing here. |
49c7b3a to
c0e0aa5
Compare
|
Is this one ready to be re-reviewed ? |
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.
0e4263c to
5a04f4f
Compare
|
Test still failing here. Please re-launch / fix. |
423154c to
0feec63
Compare
b147cc2 to
6321cd0
Compare
|
resolves #9804 |
|
There are missing translations in the PR that was already requested in SEP 16th @SKADE2303 , please manual test the PR in your end and go over the comments before sending back to test for us. Thanks you. |
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.
| msgid "User name" | ||
| msgstr "" | ||
|
|
||
| msgid "First name" | ||
| msgstr "" | ||
|
|
||
| msgid "First name is required and should not exceed 120 characters" | ||
| msgstr "" | ||
|
|
||
| msgid "Last name" | ||
| msgstr "" | ||
|
|
||
| msgid "Last name is required and should not exceed 120 characters" | ||
| msgstr "" | ||
|
|
||
| msgid "Email address" | ||
| msgstr "" | ||
|
|
||
| msgid "Email address is required" | ||
| msgstr "" | ||
|
|
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.
There are lot of terms here that are common with user_account, please put all that is common in loris.pot/ loris.po and use this in both modules: my_preferences and user_account
For reference this is the user_account PR #9934
|
this PR is blocking #9934 since there are lot of terms in common that should be going to **loris.pot and loris.po ** in place of my_preferences locale |
769716d to
4d433af
Compare
4d433af to
92257be
Compare






This PR is responsible for translating the module my_preferences to different languages. Currently only 'Hindi' language is supported but other languages can be added as required.
Testing instructions (if applicable)