Localization improvements and Indonesian Support#1806
Open
adlifarizi wants to merge 3 commits intotheovilardo:masterfrom
Open
Localization improvements and Indonesian Support#1806adlifarizi wants to merge 3 commits intotheovilardo:masterfrom
adlifarizi wants to merge 3 commits intotheovilardo:masterfrom
Conversation
…ardcoded strings
- **Internationalization**:
- Added Simplified Chinese (`zh-CN`) to supported languages in `AppLanguage`.
- Implemented full Simplified Chinese translations for settings, batch actions, and library states.
- Updated Spanish translations for new settings and empty state strings.
- **UI/UX**:
- Refactored `LibraryEmptyState` and `PlaylistContainer` to use localized string resources instead of hardcoded English text.
- Added comprehensive "Empty State" messaging for Songs, Albums, Artists, Folders, and Playlists, with specific variants for local and cloud filters.
- Added localized labels for "Minimum Tracks per Album" and "Album Art Cache Limit" in the settings screen.
- **Settings**:
- Added a toggle for Simplified Chinese in the language selection settings.
- Localized the "Minimum Tracks per Album" slider label.
Contributor
|
Hey! This PR is really helpful, especially the move away from hardcoded strings. I tested it locally and it improves localization consistency a lot. As the French localization contributor, I’m still refining some translations (French can be tricky with context 😅), and having everything properly in resources will make that much easier and more accurate. This looks like a great step forward 👍 |
rebornloki-dev
approved these changes
Apr 24, 2026
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
Note
There still some hardcoded strings which I can't cover for now. Current state is good enough for localization, but surely future improvements is recommended.
Current full translation is English, Spain, Chinese (Simplified), and Indonesian. France and Russia is not fully translated by community.