AllLocalizationsToFlutterArbConverterConfigStructure

Version #1

Description:

Todo

No description for this structure

Fields:

  • arbPattern: String [Optional]
    Default: lib/i18n/app_{{language}}.arb
    Description: Defines the arb files’ output pattern. ‘{{language}}’ will be replaced with the actual language code, like ‘en’ or ‘en_GB’
  • group: String [Optional]
    Default: flutter
    Description: Defines the output file’s sync group
  • key: KeyTransformationConfigStructure:v1 [Optional]
    Default: Transforms: [snakecaseword]
    Description: Defines how the output keys are transformed.
  • useVariableFormatOverrides: Array<String> [Optional]
    Default: [flutter]
    Description: Defines which format overrides should be used if they exist for a variable. The first match will be used.

In use by: