-
-
Notifications
You must be signed in to change notification settings - Fork 363
Open
Description
easy_localization: ^3.0.8
@override
Widget build(BuildContext context) {
return MaterialApp.router(
key: _key,
title: 'title'.tr(), // how translate app title?
locale: context.locale,
supportedLocales: context.supportedLocales,
localizationsDelegates: context.localizationDelegates,
...
);
}
Metadata
Metadata
Assignees
Labels
No labels