Skip to content

Instantly share code, notes, and snippets.

@HansMuller
Last active October 27, 2020 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HansMuller/83dde034cfdacf9622e35642e42d9ec6 to your computer and use it in GitHub Desktop.
Save HansMuller/83dde034cfdacf9622e35642e42d9ec6 to your computer and use it in GitHub Desktop.
# Options used by the localizations tool
## The directory where locale-specific ".arb" message catalog files can
## be found. The output directory will match the input directory if the
#W# `output-directory` option is not specified.
arb-dir: lib/l10n
## Names the template arb file that will be used to check and validate the
## remaining arb files when generating `output-class` and its supporting
## classes.
template-arb-file: app_en.arb
## The name of the localizations class your application will use to lookup
## localized message strings.
output-class: AppLocalizations
## The name of the generated file which will contain the
## class named `output-class`. The file will appear in `arb-dir`
## and the application must import it.
output-localization-file: app_localizations.dart
@Megidd
Copy link

Megidd commented Oct 27, 2020

How can I change the supported-locales by this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment