Skip to content

Add Korean translations for Android and Linux#516

Open
ivLis-Studio wants to merge 1 commit intokavishdevar:mainfrom
ivLis-Studio:add-korean-translations
Open

Add Korean translations for Android and Linux#516
ivLis-Studio wants to merge 1 commit intokavishdevar:mainfrom
ivLis-Studio:add-korean-translations

Conversation

@ivLis-Studio
Copy link
Copy Markdown

Summary

This PR adds Korean (ko_KR) translations for both Android and Linux.

Changes

  • Added Android Korean string resources in android/app/src/main/res/values-ko/strings.xml
  • Added Linux Korean Qt translation file in linux/translations/librepods_ko_KR.ts
  • Registered the Linux Korean translation in linux/CMakeLists.txt

Notes

  • This only adds ko_KR for Linux and does not modify the existing translation set beyond that.
  • Existing untranslated Linux locales already present in the repository were intentionally left unchanged.

Validation

  • Matched Android string count with the base values/strings.xml
  • Matched Linux message count with the existing translation files
  • Did not run a full Android or Linux build yet

Copilot AI review requested due to automatic review settings April 11, 2026 07:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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 .ts translation 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.

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.

2 participants