Skip to content

Commit

Permalink
Ability to select app language (thunder-app#901)
Browse files Browse the repository at this point in the history
* Translated using Weblate (Ukrainian)

Currently translated at 32.0% (85 of 265 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/uk/

* Translated using Weblate (Spanish)

Currently translated at 100.0% (269 of 269 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/es/

* Translated using Weblate (Spanish)

Currently translated at 100.0% (272 of 272 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/es/

* Translated using Weblate (Swedish)

Currently translated at 23.2% (64 of 275 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/sv/

* Translated using Weblate (Spanish)

Currently translated at 100.0% (280 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/es/

* Translated using Weblate (Swedish)

Currently translated at 50.0% (140 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/sv/

* Translated using Weblate (Swedish)

Currently translated at 50.0% (140 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/sv/

* Added translation using Weblate (Arabic)

* Added translation using Weblate (Esperanto)

* Translated using Weblate (Esperanto)

Currently translated at 100.0% (280 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/eo/

* Translated using Weblate (Polish)

Currently translated at 77.5% (217 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/pl/

* Translated using Weblate (Ukrainian)

Currently translated at 30.7% (86 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/uk/

* Translated using Weblate (Finnish)

Currently translated at 46.4% (130 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/fi/

* Added translation using Weblate (Italian)

* Translated using Weblate (Italian)

Currently translated at 15.0% (42 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/it/

* Translated using Weblate (Italian)

Currently translated at 38.2% (107 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/it/

* Translated using Weblate (Italian)

Currently translated at 55.7% (156 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/it/

* Translated using Weblate (Italian)

Currently translated at 68.5% (192 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/it/

* Translated using Weblate (Spanish)

Currently translated at 100.0% (280 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/es/

* Translated using Weblate (Esperanto)

Currently translated at 100.0% (280 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/eo/

* Translated using Weblate (Italian)

Currently translated at 90.7% (254 of 280 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/it/

* Translated using Weblate (Spanish)

Currently translated at 100.0% (282 of 282 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/es/

* Translated using Weblate (Italian)

Currently translated at 90.7% (256 of 282 strings)

Translation: Thunder/Thunder
Translate-URL: https://hosted.weblate.org/projects/thunder/thunder/it/

* Added language selection to settings

* fixed rebase and organized localization files

* Updated changelog

* re-added back missing nb localization

---------

Co-authored-by: Serge Tarkovski <[email protected]>
Co-authored-by: gallegonovato <[email protected]>
Co-authored-by: optidev <[email protected]>
Co-authored-by: Casper <[email protected]>
Co-authored-by: Pherry <[email protected]>
Co-authored-by: spectre-xenon <[email protected]>
Co-authored-by: RT Redréovič <[email protected]>
Co-authored-by: Eryk Michalak <[email protected]>
Co-authored-by: Nimxaa <[email protected]>
Co-authored-by: Spearman5572 <[email protected]>
Co-authored-by: Mario Ruiz <[email protected]>
  • Loading branch information
12 people authored Nov 24, 2023
1 parent cbcdaf7 commit b358b8a
Show file tree
Hide file tree
Showing 19 changed files with 3,966 additions and 1,963 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Added
- Added ability to collapse post in post page
- Added ability to change app language in settings

## 0.2.6 - 2023-11-22
### Fixed
Expand Down
1 change: 1 addition & 0 deletions lib/core/enums/local_settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ enum LocalSettings {
markPostAsReadOnMediaView(name: 'setting_general_mark_post_read_on_media_view', label: 'Mark Read After Viewing Media'),
showInAppUpdateNotification(name: 'setting_notifications_show_inapp_update', label: 'Get notified of new GitHub releases'),
scoreCounters(name: 'setting_score_counters', label: "Display User Scores"),
appLanguageCode(name: 'setting_app_language_code', label: 'App Language'),

/// -------------------------- Feed Post Related Settings --------------------------
// Compact Related Settings
Expand Down
1 change: 1 addition & 0 deletions lib/l10n/app_ar.arb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading

0 comments on commit b358b8a

Please sign in to comment.