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

fixed Hindi localization #429

Merged
merged 2 commits into from
Sep 24, 2024
Merged

fixed Hindi localization #429

merged 2 commits into from
Sep 24, 2024

Conversation

aruhant
Copy link
Contributor

@aruhant aruhant commented Aug 7, 2024

Changes: The {{app name}} parameter of the upgrade message in Hindi had a missing set of braces around it, which was preventing it from substituting correctly. I also improved a few incorrect Hindi translations based on my proficiency as a native Hindi speaker.

Testing: Locally tested each changed string

Fixed broken braces in the body of the upgrade message.

improved translations for other messages.
@@ -153,7 +153,7 @@ class UpgraderMessages {
break;
case 'hi':
message =
'{app name} का एक नया संस्करण उपलब्ध है। संस्करण {{currentAppStoreVersion}} अब उपलब्ध है-आपके पास है {{currentInstalledVersion}}.';
'{{app name}} का एक नया संस्करण उपलब्ध है। आपके पास संस्करण {{currentInstalledVersion}} है, लेकिन अब {{currentAppStoreVersion}} उपलब्ध है।';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. I like the change for the incorrect braces around app name. However, I do not like the other changes for the language text. The intent of these messages has been changed, not just simple syntax. I don't want to accept these changes unless I hear from some other Hindi speakers.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed the missing braces for app name in the code so there is no need for this PR now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing the braces. Would you like me to submit a new PR for just the Hindi text change?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aruhant I would like to better understand the proposed changes first, which seem to change the meaning of the existing text.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, no problem! Those proposed changes merely use precise, more appropriate wording and do not alter the intended meaning. Though, feel free to double-check with other Hindi speakers. I am happy to clarify anything that may be unclear.

@enchntankita
Copy link

Came here looking for the braces bug.
Thanks for merging it.
The proposed translation in the PR is much better than the previous one.

It changes the voice of the message from passive to active, and sounds much better as a native Hindi speaker.
Much clearer and easier to understand. I'd recommend merging the message.

@larryaasen
Copy link
Owner

@aruhant I'll accept these changes now, but there is a small conflict that needs to be resolved first.

@aruhant
Copy link
Contributor Author

aruhant commented Sep 23, 2024

I have resolved those conflicts.

@larryaasen larryaasen merged commit 7394708 into larryaasen:master Sep 24, 2024
1 of 3 checks passed
@larryaasen
Copy link
Owner

Thanks @aruhant - changes have been merged.

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.

3 participants