[PR #245] [MERGED] feat(i18n): added ukrainian translation #345

Closed
opened 2026-03-02 12:40:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kavishdevar/librepods/pull/245
Author: @henmalib
Created: 11/12/2025
Status: Merged
Merged: 11/13/2025
Merged by: @kavishdevar

Base: mainHead: translation/uk


📝 Commits (1)

  • 471ea9d feat(i18n): added ukrainian translation with extracting of some string to resources. Auto generation of locale config

📊 Changes

7 files changed (+242 additions, -17 deletions)

View changed files

📝 android/app/build.gradle.kts (+3 -0)
📝 android/app/src/main/java/me/kavishdevar/librepods/screens/AccessibilitySettingsScreen.kt (+12 -12)
📝 android/app/src/main/java/me/kavishdevar/librepods/screens/AirPodsSettingsScreen.kt (+1 -1)
📝 android/app/src/main/java/me/kavishdevar/librepods/screens/PressAndHoldSettingsScreen.kt (+4 -4)
android/app/src/main/res/resources.properties (+1 -0)
android/app/src/main/res/values-uk/strings.xml (+217 -0)
📝 android/app/src/main/res/values/strings.xml (+4 -0)

📄 Description

Except translation itself, Also changed some strings to use resources instead of being hardcoded
Also added generateLocaleConfig to allow (a13+) to change the locale ignoring system one


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kavishdevar/librepods/pull/245 **Author:** [@henmalib](https://github.com/henmalib) **Created:** 11/12/2025 **Status:** ✅ Merged **Merged:** 11/13/2025 **Merged by:** [@kavishdevar](https://github.com/kavishdevar) **Base:** `main` ← **Head:** `translation/uk` --- ### 📝 Commits (1) - [`471ea9d`](https://github.com/kavishdevar/librepods/commit/471ea9dcf18d71240adaf6bd7412190c6ce3d203) feat(i18n): added ukrainian translation with extracting of some string to resources. Auto generation of locale config ### 📊 Changes **7 files changed** (+242 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `android/app/build.gradle.kts` (+3 -0) 📝 `android/app/src/main/java/me/kavishdevar/librepods/screens/AccessibilitySettingsScreen.kt` (+12 -12) 📝 `android/app/src/main/java/me/kavishdevar/librepods/screens/AirPodsSettingsScreen.kt` (+1 -1) 📝 `android/app/src/main/java/me/kavishdevar/librepods/screens/PressAndHoldSettingsScreen.kt` (+4 -4) ➕ `android/app/src/main/res/resources.properties` (+1 -0) ➕ `android/app/src/main/res/values-uk/strings.xml` (+217 -0) 📝 `android/app/src/main/res/values/strings.xml` (+4 -0) </details> ### 📄 Description Except translation itself, Also changed some strings to use resources instead of being hardcoded Also added generateLocaleConfig to allow (a13+) to change the locale ignoring system one --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:40:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librepods#345
No description provided.