sitegeist/csvpo
composer require sitegeist/csvpo
CSV based translations handling for Neos for easy use and colocation with presentational fusion
dev-php84Compatibility
- Requires
- neos/flow: ^8.0 || ^9.0 || dev-master
- neos/fusion: ^8.0 || ^9.0 || dev-master
- neos/fusion-form: >1.0
- league/csv: ^9.2
- Requires (dev)
- neos/neos: ^8.0 || ^9.0 || dev-master
- phpstan/phpstan: ~1.10.0
- squizlabs/php_codesniffer: ^3.7
Readme excerpt
Sitegeist.CsvPO Neos package for easy handling of translation labels in csv files, with a backend module for label overriding and cli supportThis package allows to manage translations as csv-files directly in the fusion component folder with easy access in the style of css-modules.
The package comes with a backend module for overriding translations and cli commands to bake overrides back to the csv files for versioning.
Advantages:
- Translations are managed directly in a *translation.csv file in the fusion component folder
- Translations can be aded and used in a very simple way
- Translations can be edited in any spreadsheet app to spot m…
Read more
The same vendor provides 57 package(s).