Zarz Eleutherius
205032e094
New translations app_en.arb (Chinese Simplified)
2026-01-16 07:24:18 +07:00
Zarz Eleutherius
9c6f438e22
New translations app_en.arb (Russian)
2026-01-16 07:24:17 +07:00
Zarz Eleutherius
4f2587554a
New translations app_en.arb (Portuguese)
2026-01-16 07:24:16 +07:00
Zarz Eleutherius
369fdd84bf
New translations app_en.arb (Dutch)
2026-01-16 07:24:15 +07:00
Zarz Eleutherius
5c3b668e92
New translations app_en.arb (Korean)
2026-01-16 07:24:14 +07:00
Zarz Eleutherius
141db45051
New translations app_en.arb (Japanese)
2026-01-16 07:24:13 +07:00
Zarz Eleutherius
8f9bc8f058
New translations app_en.arb (German)
2026-01-16 07:24:11 +07:00
Zarz Eleutherius
be372604fe
New translations app_en.arb (Spanish)
2026-01-16 07:24:10 +07:00
Zarz Eleutherius
6c25fc6a8d
New translations app_en.arb (French)
2026-01-16 07:24:09 +07:00
Zarz Eleutherius
2eef021587
Update source file app_en.arb
2026-01-16 07:24:03 +07:00
zarzet
d8f73dfa56
feat: add support for 13 languages with improved language selector
...
- Rename Crowdin ARB files from locale-REGION to locale format
- Fix @@locale values to match filenames
- Update language selector to bottom sheet picker (supports 13 languages)
- Supported: English, Indonesian, German, Spanish, French, Hindi,
Japanese, Korean, Dutch, Portuguese, Russian, Chinese (Simplified/Traditional)
- Remove duplicate app_id-ID.arb (keep app_id.arb)
2026-01-16 06:38:52 +07:00
zarzet
f128d0caf0
Merge branch 'dev' of https://github.com/zarzet/SpotiFLAC-Mobile into dev
2026-01-16 06:35:44 +07:00
zarzet
01306afc2d
feat: add language selector in Appearance settings
...
- Add locale field to AppSettings model with 'system' default
- Add Language section in Appearance settings page
- Support System Default, English, and Indonesian options
- App language changes take effect immediately
- Add localization strings for language selector
2026-01-16 06:25:24 +07:00
Zarz Eleutherius
9a3cd0273b
Merge pull request #56 from zarzet/l10n_dev
...
New Crowdin updates
2026-01-16 06:25:02 +07:00
Zarz Eleutherius
ac25683f33
New translations app_en.arb (Hindi)
2026-01-16 06:22:51 +07:00
Zarz Eleutherius
624b2112d8
New translations app_en.arb (Indonesian)
2026-01-16 06:22:50 +07:00
Zarz Eleutherius
8bd34dc87e
New translations app_en.arb (Chinese Traditional)
2026-01-16 06:22:49 +07:00
Zarz Eleutherius
948779bcfc
New translations app_en.arb (Chinese Simplified)
2026-01-16 06:22:48 +07:00
Zarz Eleutherius
a74b3a19f7
New translations app_en.arb (Russian)
2026-01-16 06:22:47 +07:00
Zarz Eleutherius
931d9fbf61
New translations app_en.arb (Portuguese)
2026-01-16 06:22:46 +07:00
Zarz Eleutherius
a8c76004db
New translations app_en.arb (Dutch)
2026-01-16 06:22:45 +07:00
Zarz Eleutherius
0df4596f79
New translations app_en.arb (Korean)
2026-01-16 06:22:44 +07:00
Zarz Eleutherius
cf549df049
New translations app_en.arb (Japanese)
2026-01-16 06:22:43 +07:00
Zarz Eleutherius
bd3783154b
New translations app_en.arb (German)
2026-01-16 06:22:42 +07:00
Zarz Eleutherius
6919408905
New translations app_en.arb (Spanish)
2026-01-16 06:22:41 +07:00
Zarz Eleutherius
f4c08a5981
New translations app_en.arb (French)
2026-01-16 06:22:39 +07:00
zarzet
3c4dbd1a80
docs: add @key metadata descriptions for Crowdin translators
...
- Add description field to all 400+ localization strings
- Mark brand names and technical terms as DO NOT TRANSLATE
- Add placeholder descriptions for parameterized strings
- Helps translators understand context for each string
2026-01-16 05:58:36 +07:00
zarzet
f26af38c1e
feat: add multilanguage support (i18n) for English and Indonesian
...
- Add flutter_localizations and intl dependencies
- Create l10n.yaml configuration and ARB files (app_en.arb, app_id.arb)
- Add L10n extension for easy context.l10n access
- Localize all active screens:
- setup_screen, track_metadata_screen, log_screen
- download_settings_page, options_settings_page, appearance_settings_page
- extensions_page, extension_detail_page, extension_details_screen
- about_page, provider_priority_page, metadata_provider_priority_page
- home_tab, queue_tab, store_tab, main_shell
- album_screen, artist_screen, playlist_screen
- downloaded_album_screen, queue_screen
- Localize widgets: update_dialog, download_service_picker
- Technical terms (FLAC, API, Spotify, Tidal, Qobuz, etc.) are NOT translated
- ~900+ localized strings in English, ~660+ in Indonesian
2026-01-16 05:50:11 +07:00