i18n: add Korean (ko) locale #2928
Unanswered
leestana01
asked this question in
Feature Requests and Ideas
Replies: 1 comment
-
|
I built a small tool to translate JSON i18n files without breaking placeholders, might be useful here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Proposal
I'd like to contribute Korean (
ko) translations for all 41 calendar-related locale keys.A branch with the complete implementation is ready at
leestana01:i18n/add-korean-locale. The repository restricts PRs to collaborators, so I'm opening this discussion first.Changes
resources/locales/i18n.yml— 41 newko:entries across all existing keyscrates/common/src/i18n.rs— add"ko"tocalendar_templates_include_minutestestTranslation notes
%Y년 %-m월 %-d일) with AM/PM notation (%p).organizer,attendees,when, etc.) align with Google Calendar Korean conventions.참석 여부) rather than transliterating "RSVP".$nameplaceholder variables are preserved with appropriate Korean particles (e.g.,$name님이).Happy to adjust anything based on feedback. Let me know if I should submit this differently.
Beta Was this translation helpful? Give feedback.
All reactions