From ff4b79fd9e70f43c4896147e3dc58fa01a7239d7 Mon Sep 17 00:00:00 2001 From: Agoston Dauner Date: Sat, 24 Jan 2026 09:27:15 +0100 Subject: [PATCH 1/2] feat: Remove duplicated English localization messages --- messages/en.json | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/messages/en.json b/messages/en.json index 5bf415d..f07eb4b 100644 --- a/messages/en.json +++ b/messages/en.json @@ -383,19 +383,8 @@ "reminder_status_error": "Unable to update reminder status.", "reminder_toast_error_fallback": "Failed to save reminder.", "settings_sheet_title": "Settings", - "settings_features_intro": "Enable or disable features to customize your experience", - "feature_label_fuel": "Fuel Log", - "feature_desc_fuel": "Track and manage fuel consumption and refueling history", - "feature_label_maintenance": "Maintenance", - "feature_desc_maintenance": "Record and schedule vehicle maintenance activities", "feature_label_pollution": "Pollution", "feature_desc_pollution": "Manage Pollution Under Control Certificate records", - "feature_label_reminders": "Reminders", - "feature_desc_reminders": "Set and receive reminders for important vehicle events", - "feature_label_insurance": "Insurance", - "feature_desc_insurance": "Manage vehicle insurance details and renewals", - "feature_label_overview": "Overview", - "feature_desc_overview": "Display overview dashboard with key vehicle metrics", "profile_menu_item": "Profile", "profile_sheet_title": "Profile", "profile_sheet_desc": "Update your username and password", @@ -414,12 +403,6 @@ "data_export_import_sheet_title": "Data Export/Import", "data_export_import_sheet_desc": "Export or import your database with optional encryption", "logout_menu_item": "Logout", - "nav_overview": "Overview", - "nav_fuel_logs": "Fuel Logs", - "nav_maintenance": "Maintenance", - "nav_insurance": "Insurance", - "nav_pollution": "Pollution", - "nav_reminders": "Reminders", "custom_fields_label": "Custom Fields", "custom_fields_add_button": "Add Field", "custom_fields_name_placeholder": "Field name", @@ -466,4 +449,4 @@ "pollution_recurrence_type_yearly": "Renews yearly", "pollution_recurrence_type_monthly": "Renews monthly", "pollution_recurrence_type_no_end": "No end date" -} +} \ No newline at end of file From 8989d45cc51e1448996cd7cafe21b18d0f5fe4cb Mon Sep 17 00:00:00 2001 From: Agoston Dauner Date: Tue, 10 Feb 2026 10:11:21 +0100 Subject: [PATCH 2/2] fix: Fix lint for en locale file --- messages/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/en.json b/messages/en.json index f07eb4b..aaacec5 100644 --- a/messages/en.json +++ b/messages/en.json @@ -449,4 +449,4 @@ "pollution_recurrence_type_yearly": "Renews yearly", "pollution_recurrence_type_monthly": "Renews monthly", "pollution_recurrence_type_no_end": "No end date" -} \ No newline at end of file +}