Add Korean translations for Android and Linux#516
Open
ivLis-Studio wants to merge 1 commit intokavishdevar:mainfrom
Open
Add Korean translations for Android and Linux#516ivLis-Studio wants to merge 1 commit intokavishdevar:mainfrom
ivLis-Studio wants to merge 1 commit intokavishdevar:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds Korean (ko_KR) localization resources for both the Android and Linux (Qt) apps, and wires the new Linux translation into the build so it gets compiled/installed alongside existing translations.
Changes:
- Added Korean Android string resources under
values-ko. - Added a Korean Qt
.tstranslation file for Linux. - Registered the new Linux translation file in the Linux CMake translation list.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
linux/translations/librepods_ko_KR.ts |
Introduces Korean Qt Linguist translations for the Linux UI strings. |
linux/CMakeLists.txt |
Adds the Korean .ts file to TS_FILES so Qt translation targets generate/install the .qm. |
android/app/src/main/res/values-ko/strings.xml |
Adds Korean Android string resources matching the app’s string set. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds Korean (
ko_KR) translations for both Android and Linux.Changes
android/app/src/main/res/values-ko/strings.xmllinux/translations/librepods_ko_KR.tslinux/CMakeLists.txtNotes
ko_KRfor Linux and does not modify the existing translation set beyond that.Validation
values/strings.xml