refactor: enhance documentation and fix punctuation in localization strings
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m3s
Pull Request Pipeline / lint (pull_request) Successful in 2m9s

This commit is contained in:
2026-01-13 21:16:59 +01:00
parent 4161e1e88b
commit 82ad2b74f8
7 changed files with 21 additions and 21 deletions

View File

@@ -575,7 +575,7 @@ abstract class AppLocalizations {
/// Warning message for irreversible actions
///
/// In en, this message translates to:
/// **'This can\'t be undone'**
/// **'This can\'t be undone.'**
String get this_cannot_be_undone;
/// Date format for today

View File

@@ -262,7 +262,7 @@ class AppLocalizationsDe extends AppLocalizations {
@override
String get this_cannot_be_undone =>
'Dies kann nicht rückgängig gemacht werden';
'Dies kann nicht rückgängig gemacht werden.';
@override
String get today_at => 'Heute um';

View File

@@ -261,7 +261,7 @@ class AppLocalizationsEn extends AppLocalizations {
'There is no group matching your search';
@override
String get this_cannot_be_undone => 'This can\'t be undone';
String get this_cannot_be_undone => 'This can\'t be undone.';
@override
String get today_at => 'Today at';