Skip to content

Add files allocation functionality to the transform command

Choose a tag to compare

@Aeliot-Tm Aeliot-Tm released this 24 Oct 17:31
· 196 commits to main since this release
2114449
  • Features:
    • Add files allocation functionality to the transform command.
    • Add detector (linter) of empty values of translations.
    • Make Google Translation model configurable.
  • Minors:
    • Rename example files (add locale to the file name).
    • Add alias for the Lint YAML command: aeliot_trans_maintain:yaml:lint.
    • Move commands which works with YAML files to the separate namespace.
    • Move public constants of \Aeliot\Bundle\TransMaintain\Service\Yaml\LinterRegistry to \Aeliot\Bundle\TransMaintain\Service\Yaml\Linter\LinterInterface.
    • Simplify report line definitions through the defining of columns order and headers in the single place of each report line model.
    • Use .env files to load parameters for the development kernel.