added localization for settings

This commit is contained in:
2026-01-22 14:55:31 +01:00
parent 81f7b45619
commit 045f8b5b6b
6 changed files with 35 additions and 3 deletions

View File

@@ -60,4 +60,10 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get description => 'Beschreibung';
@override
String get settings => 'Einstellungen';
@override
String get activateJsonExport => 'Json-Export aktivieren';
}