NAME
Serge::Sync::Plugin::TranslationService::locize - Locize synchronization plugin for Serge based on Locize CLI
SYNOPSIS
ts
{
plugin locize
data
{
config_file ./files/config/locize_config_file.yml
path ./files/resources
format xliff12
}
}
DESCRIPTION
Integration between Serge (Free, Open Source Solution for Continuous Localization) and Locize (Translation Software that is bridging the gap between translation and development), implemented using the command-line client for the Locize API.
ATTRIBUTES
- config_file
-
Locize CLI path to the configuration file
- format
-
Locize CLI resources format.
- path
-
Locize CLI path to the resources.
INSTALLATION
cpanm Serge::Sync::Plugin::TranslationService::locize
AUTHOR
Dragos Varovici <dvarovici.work@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019-2020 by Dragos Varovici.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.