Configuration
Lyrebird can be configured using a YAML project file. It is based on the l10n.yaml
configuration file defined by the Flutter team that is also respected by Flutter's CLI command flutter gen-l10n
to generate code.
This file is usually placed in the root of your project.
The l10n.yaml
file
Currently, Lyrebird only makes use of a single argument defined in the l10n.yaml
project file.
Option | Description |
---|---|
The directory containing all Application Resource Bundle (.arb) localization files in your project. The default value is lib/l10n . |
See the full specification for additional parameters used by flutter gen-l10n
.