16 lines
320 B
YAML
16 lines
320 B
YAML
# Flutter 国际化配置文件
|
|
# 用于生成本地化代码
|
|
|
|
arb-dir: lib/core/l10n
|
|
template-arb-file: app_zh.arb
|
|
output-localization-file: app_localizations.dart
|
|
output-class: AppLocalizations
|
|
preferred-supported-locales:
|
|
- zh
|
|
- zh_Hans
|
|
- zh_Hant
|
|
- en
|
|
- ar
|
|
use-deferred-loading: false
|
|
nullable-getter: true
|