-
Notifications
You must be signed in to change notification settings - Fork 183
[new_profile] Translate module new_profile to Hindi #9900
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
4fb445c
to
1529b68
Compare
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: modules/new_profile/php/module.class.inc:60 | ||
msgid "New Profile" |
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.
Can you make sure the template .pot
file is updated with the new strings as well?
msgid "Create a New Profile" | ||
msgstr "नई प्रोफ़ाइल बनाएं" | ||
|
||
msgid "Date of Birth*" |
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 should probably go in the loris namespace, not the new_profile one (there is already "DoB" there.
msgid "Date of Birth Confirm*" | ||
msgstr "जन्म तिथि की पुष्टि करें*" | ||
|
||
msgid "Sex*" |
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.
"Sex" is already in the loris namespace. The code should probably use that, and then add the '*'
msgid "Site*" | ||
msgstr "साइट*" | ||
|
||
msgid "Project*" |
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.
Same for site/project
msgid "Recruit another candidate" | ||
msgstr "एक और उम्मीदवार जोड़ें" | ||
|
||
msgid "An error occured while loading the page." |
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 probably belongs in the main loris namespace, not new_profile.
msgid "DCCID:" | ||
msgstr "डीसीसीआईडी:" | ||
|
||
msgid "PSCID:" |
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.
Error should probably go in the main namespace, DCCID/PSCID are already there (but without the :, which should be handled the same way as the *
above.)
Brief summary of changes
This PR provides the infrastructure for the translation of the module new_profile to another language. The translation is done in a similar method as #9797 .
Testing instructions (if applicable)
Link(s) to related issue(s)
[new_profile] Multilingual Support #9807