-
Notifications
You must be signed in to change notification settings - Fork 183
[i18n] Add Translation to Hindi #9898
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
locale/hi/LC_MESSAGES/loris.po
Outdated
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"Language: ja\n" |
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.
should this be hi
?
locale/hi/LC_MESSAGES/loris.po
Outdated
|
||
# Smarty template main.tpl strings | ||
msgid "LORIS" | ||
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.
This doesn't appear to be in Hindi.
@SKADE2303 This looks like it needs to be rebased as well. |
@SKADE2303 Is this ready to merge? It looks pretty straight forward. |
Brief summary of changes
This PR follows structure of #9747 and adds a similar infrastructure for the translation of the Menu bar to Hindi.
Testing instructions (if applicable)
Blocked by #9797 and #9893