-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add Khmer Localization #6914
Add Khmer Localization #6914
Conversation
This will be close (#6897) |
It's always great to see another localization for Bluesky! 🦋🌐 Would it be possible to make three more changes in this PR to fully enable the Khmer localization please:
|
Also, the devs ask for localisation PRs to be reviewed by at least one other native speaker; is there someone you could ask to do that? They don't necessarily have to have a GitHub account :) @/pfrazee said this about the initial review on another localization PR:
|
src/locale/locales/km/messages.po
Outdated
|
||
#: src/view/screens/Settings/index.tsx:455 | ||
#~ msgid "Accessibility settings" | ||
#~ 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.
Also, one tip for the future: the lines starting with #~
are obsolete strings that are no longer used in the app, so you can safely ignore them and there's no need to translate them. Some translators like to remove them to keep things tidy, but there's no need to do this if you'd prefer not to as they'll simply be ignored by the app.
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.
Got it.
@surfdude29 Thank you for reviewing my PR. Now I have added the missing key. |
src/locale/locales/km/messages.po
Outdated
|
||
#: src/Navigation.tsx:322 | ||
msgid "Accessibility Settings" | ||
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.
Accessibility Settings would be better if translated to ការកំណត់មានភាពងាយស្រួល
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.
A friendly tip in case it's helpful: you can suggest an alternate translation by clicking the ± button and then filling it in, e.g. like this:
msgstr "ការកំណត់ភាពងាយស្រួល" | |
msgstr "(suggested translation)" |
If the PR author wants to accept the suggestion as it is, it's very easy for them to do so, and they can even accept many suggestions at once in a batch 💫
src/locale/locales/km/messages.po
Outdated
|
||
#: src/view/com/profile/ProfileMenu.tsx:108 | ||
msgid "Account muted" | ||
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.
Mute is different from Close and Block so I don't think the same translates as បិទ it's should be:
Mute = បិទសម្លេង
Block = បញ្ឈប់
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.
So what would you suggest about Account muted
in khmer?
@SokCheasrouch I really appreciate your time and effort in helping me out. Please confirm if you're done with review. And everything should be ready to go🚀 |
@roth-dev I have just done my review |
@surfdude29 All done |
All updated according to sugesstion. |
Co-authored-by: surfdude29 <[email protected]>
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.
Wow! Thanks so much!
* add khmer language * update translate * update translate * add missing localization key * update khmer wording * update khmer wording * add missing translate * add missing translate * chore: add khmer local date-time format * Update src/locale/i18n.ts Co-authored-by: surfdude29 <[email protected]> --------- Co-authored-by: Paul Frazee <[email protected]> Co-authored-by: surfdude29 <[email protected]>
No description provided.