mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 08:05:56 +03:00
[PR #245] [MERGED] feat(i18n): added ukrainian translation #345
Labels
No labels
android
bug
documentation
enhancement
good first issue
help wanted
linux
pull-request
reverse-engineering
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librepods#345
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:translation/uk📝 Commits (1)
471ea9dfeat(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.