mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-25 16:15:52 +03:00
[PR #26] [CLOSED] Move hardcoded strings to strings.xml for localizations #240
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#240
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/26
Author: @kavishdevar
Created: 1/8/2025
Status: ❌ Closed
Base:
main← Head:translations📝 Commits (1)
80d7403Move hardcoded strings to strings.xml for localizations📊 Changes
18 files changed (+160 additions, -47 deletions)
View changed files
📝
android/app/build.gradle.kts(+18 -1)📝
android/app/src/main/java/me/kavishdevar/aln/composables/AccessibilitySettings.kt(+5 -3)📝
android/app/src/main/java/me/kavishdevar/aln/composables/AdaptiveStrengthSlider.kt(+5 -3)📝
android/app/src/main/java/me/kavishdevar/aln/composables/AudioSettings.kt(+6 -4)📝
android/app/src/main/java/me/kavishdevar/aln/composables/BatteryView.kt(+4 -3)📝
android/app/src/main/java/me/kavishdevar/aln/composables/ConversationalAwarenessSwitch.kt(+5 -3)📝
android/app/src/main/java/me/kavishdevar/aln/composables/IndependentToggle.kt(+2 -1)📝
android/app/src/main/java/me/kavishdevar/aln/composables/NavigationButton.kt(+4 -2)📝
android/app/src/main/java/me/kavishdevar/aln/composables/NoiseControlSettings.kt(+6 -5)📝
android/app/src/main/java/me/kavishdevar/aln/composables/PersonalizedVolumeSwitch.kt(+5 -3)📝
android/app/src/main/java/me/kavishdevar/aln/composables/PressAndHoldSettings.kt(+7 -6)📝
android/app/src/main/java/me/kavishdevar/aln/composables/SinglePodANCSwitch.kt(+5 -3)📝
android/app/src/main/java/me/kavishdevar/aln/composables/ToneVolumeSlider.kt(+2 -1)📝
android/app/src/main/java/me/kavishdevar/aln/composables/VolumeControlSwitch.kt(+5 -3)📝
android/app/src/main/java/me/kavishdevar/aln/screens/AirPodsSettingsScreen.kt(+4 -3)📝
android/app/src/main/res/values/strings.xml(+31 -1)📝
android/build.gradle.kts(+34 -2)➕
crowdin.yml(+12 -0)📄 Description
Move all hardcoded strings and descriptions to
strings.xmland implement Crowdin for localization.AccessibilitySettings.ktwith references tostrings.xml.AdaptiveStrengthSlider.ktwith references tostrings.xml.AudioSettings.ktwith references tostrings.xml.BatteryView.ktwith references tostrings.xml.ConversationalAwarenessSwitch.ktwith references tostrings.xml.NavigationButton.ktwith references tostrings.xml.NoiseControlSettings.ktwith references tostrings.xml.PersonalizedVolumeSwitch.ktwith references tostrings.xml.PressAndHoldSettings.ktwith references tostrings.xml.SinglePodANCSwitch.ktwith references tostrings.xml.ToneVolumeSlider.ktwith references tostrings.xml.strings.xml.crowdin.ymlconfiguration file for Crowdin integration.build.gradle.ktsandapp/build.gradle.ktsto include Crowdin plugin and tasks for uploading and downloading translations.For more details, open the Copilot Workspace session.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.