-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathl10n.yaml
More file actions
13 lines (11 loc) · 769 Bytes
/
l10n.yaml
File metadata and controls
13 lines (11 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
#* This YAML file contains configuration settings for localization in the application.
#* - `arb-dir`: Specifies the directory where the ARB (Application Resource Bundle) files are located.
#* - `template-arb-file`: Specifies the name of the template ARB file.
#* - `output-localization-file`: Specifies the name of the output file that will contain the generated localizations.
#* - `nullable-getter`: Specifies whether the generated getter methods should be nullable or not.
#* - `untranslated-messages-file`: Specifies the name of the file that will contain the untranslated messages.
arb-dir: lib/l10n/arb
template-arb-file: app_de.arb
output-localization-file: app_localizations.dart
nullable-getter: false
untranslated-messages-file: untranslated_messages.json