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

0.1.1 2017-11-08 00:00 UTC

This package is auto-updated.

Last update: 2024-03-25 05:34:23 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