jzubero / silverstripe-i18n-sorter
Sorts your messy i18n YAML files :repeat:
Installs: 123
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-module
Requires
This package is auto-updated.
Last update: 2024-10-25 06:48:00 UTC
README
i18n YAML files can get quite huge in big projects. Sometimes it's hard to have a proper overview if the content is created in an adhoc manner.
Let this handy utility sort the namespaces and entries of those files to avoid duplicate entries and improve orientation.
Install
composer require jzubero/silverstripe-i18n-sorter
Usage
- As task:
i18nYamlSortTask?module=your-module
- Static method:
i18nYamlSorter::for_module('your-module')
Maintainer
- JZubero js@lvl51.de