11 lines
251 B
YAML
11 lines
251 B
YAML
base_locale: en
|
|
input_directory: assets/i18n
|
|
input_file_pattern: .i18n.json
|
|
output_directory: lib/core/i18n
|
|
output_file_name: translations.g.dart
|
|
flutter_integration: true
|
|
locale_handling: true
|
|
lazy: true
|
|
class_name: Translations
|
|
enum_name: AppLocale
|