Localization server for YAML files

Categories

Component ID

1551472

Component name

Localization server for YAML files

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Manages translatable strings with yaml file uploads.

The purpose of this module is to allow the use of .yml (YAML) files with l10n_server.
It adds a connector for uploading .yml files and extract the strings and also allows to import and export yaml translations.

The connector also works as a scanner for .yml files inside a .tar.gz file and will load any strings found into a new project, similar to how l10n_drupal does it.

This module is under active development and i'ts an alpha not ready for production yet.