Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to select app language #901

Merged
merged 28 commits into from
Nov 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
a5ea64e
Translated using Weblate (Ukrainian)
pioneer Nov 1, 2023
175d7b5
Translated using Weblate (Spanish)
gallegonovato Nov 4, 2023
cfce1ba
Translated using Weblate (Spanish)
gallegonovato Nov 5, 2023
6054b68
Translated using Weblate (Swedish)
optiedev Nov 10, 2023
ad9e87d
Translated using Weblate (Spanish)
gallegonovato Nov 10, 2023
214e68b
Translated using Weblate (Swedish)
CTalvio Nov 10, 2023
9ea2cf8
Translated using Weblate (Swedish)
Pulkafettot Nov 10, 2023
3cf2557
Added translation using Weblate (Arabic)
spectre-xenon Nov 12, 2023
694d7ec
Added translation using Weblate (Esperanto)
felixity1917 Nov 13, 2023
51eeb48
Translated using Weblate (Esperanto)
felixity1917 Nov 13, 2023
3e4c46b
Translated using Weblate (Polish)
Nov 15, 2023
c3584ac
Translated using Weblate (Ukrainian)
pioneer Nov 15, 2023
59b152d
Translated using Weblate (Finnish)
nimxaa Nov 15, 2023
8375de8
Added translation using Weblate (Italian)
Nov 16, 2023
595a60f
Translated using Weblate (Italian)
Nov 16, 2023
dc4f509
Translated using Weblate (Italian)
Nov 17, 2023
e66477a
Translated using Weblate (Italian)
Nov 18, 2023
e6ee6f5
Translated using Weblate (Italian)
Nov 19, 2023
30cc4dc
Translated using Weblate (Spanish)
Nov 21, 2023
6d470f9
Translated using Weblate (Esperanto)
felixity1917 Nov 21, 2023
5fad7ad
Translated using Weblate (Italian)
Nov 19, 2023
5521f67
Translated using Weblate (Spanish)
gallegonovato Nov 23, 2023
6da697a
Translated using Weblate (Italian)
Nov 23, 2023
a5ee52e
Added language selection to settings
hjiangsu Nov 16, 2023
54bd3e2
Merge branch 'translations' of github.com:thunder-app/thunder into fe…
hjiangsu Nov 24, 2023
834af59
fixed rebase and organized localization files
hjiangsu Nov 24, 2023
53875ad
Updated changelog
hjiangsu Nov 24, 2023
23daff9
re-added back missing nb localization
hjiangsu Nov 24, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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