Skip to content

how to translate app title #769

@doersoul

Description

@doersoul

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions