Added localization

This commit is contained in:
2025-07-01 22:25:29 +02:00
parent dc8efbdd61
commit 98bc9bd837
7 changed files with 118 additions and 9 deletions

View File

@@ -230,7 +230,7 @@ class _SettingsViewState extends State<SettingsView> {
content: Text(content.last),
actions: [
CupertinoDialogAction(
child: const Text('OK'),
child: Text(AppLocalizations.of(context).ok),
onPressed: () => Navigator.pop(context),
),
],