Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix/saved filters l10n #101

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

Merged
fulleni merged 14 commits into main from fix/saved-filters-l10n
Oct 13, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
b830a7c
fix(l10n): update localization for saved feed filters limit
fulleni Oct 13, 2025
b731f65
refactor(app_configuration): rename widget for better reusability
fulleni Oct 13, 2025
e044399
refactor(app_configuration): rename SavedHeadlinesFiltersLimitForm to...
fulleni Oct 13, 2025
e9ce6c8
fix(localization): update saved feed filter limits terminology
fulleni Oct 13, 2025
d04a33b
fix(localization): update feed configuration tab localization
fulleni Oct 13, 2025
c2175bf
refactor(l10n): remove feed limits references from user content section
fulleni Oct 13, 2025
679ab3c
fix(l10n): remove feed limits references from user content
fulleni Oct 13, 2025
347fda2
fix(localization): adjust saved feed filters limit labels and descrip...
fulleni Oct 13, 2025
b44f638
fix(l10n): refine app localizations for saved filters limit label
fulleni Oct 13, 2025
31dffce
fix(localization): correct translation and consistency issues
fulleni Oct 13, 2025
429055c
chore: misc
fulleni Oct 13, 2025
2233ffc
refactor(l10n): adjust content limits section titles in Arabic
fulleni Oct 13, 2025
80435cc
style(l10n): improve consistency in saved feed filters limit labels
fulleni Oct 13, 2025
606d490
refactor(app_configuration): update localization key and improve UI n...
fulleni Oct 13, 2025
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
Prev Previous commit
Next Next commit
fix(l10n): refine app localizations for saved filters limit label
- Update label from 'Saved Feed Filters Limit' to 'Saved Filters Limit'
- Adjust description to remove redundant wording
- Apply changes across main localization file and specific language files
  • Loading branch information
fulleni committed Oct 13, 2025
commit b44f638c03bb22ce0f783894dcf7c20e725981a4
4 changes: 2 additions & 2 deletions lib/l10n/app_localizations.dart
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -1568,10 +1568,10 @@ abstract class AppLocalizations {
/// **'Maximum number of countries, news sources, or categories this user role can follow (each type has its own limit).'**
String get followedItemsLimitDescription;

/// Label for Saved Headlines Limit
/// Label for Saved filters Limit
///
/// In en, this message translates to:
/// **'Saved Feed Filters Limit'**
/// **'Saved Filters Limit'**
String get savedFeedFiltersLimitLabel;

/// Description for Saved Headlines Limit
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/app_localizations_ar.dart
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ class AppLocalizationsAr extends AppLocalizations {
'الحد الأقصى لعدد البلدان أو مصادر الأخبار أو المواضيع التي يمكن لهذا الدور المستخدم متابعتها (لكل نوع حد خاص به).';

@override
String get savedFeedFiltersLimitLabel => 'حد مرشحات موجز الأخبار المحفوظة';
String get savedFeedFiltersLimitLabel => 'حد المرشحات المحفوظة';

@override
String get savedFeedFiltersLimitDescription =>
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/app_localizations_en.dart
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ class AppLocalizationsEn extends AppLocalizations {
'Maximum number of countries, news sources, or categories this user role can follow (each type has its own limit).';

@override
String get savedFeedFiltersLimitLabel => 'Saved Feed Filters Limit';
String get savedFeedFiltersLimitLabel => 'Saved Filters Limit';

@override
String get savedFeedFiltersLimitDescription =>
Expand Down
Loading

AltStyle によって変換されたページ (->オリジナル) /