diff --git a/lib/src/pages/main_page.dart b/lib/src/pages/main_page.dart index 8ed0313..45a4684 100644 --- a/lib/src/pages/main_page.dart +++ b/lib/src/pages/main_page.dart @@ -23,6 +23,7 @@ class _MainPageState extends State { @override Widget build(BuildContext context) { + GettextLocalizations.of(context).enableExceptions(true); return Scaffold( appBar: AppBar( title: Text(context.t('Main menu')),