NAME
Serge::Sync::Plugin::TranslationService::mojito - Mojito synchronization plugin for Serge based on Mojito CLI
SYNOPSIS
ts
{
plugin mojito
data
{
repository_name MojitoRepositoryName
application_properties ./files/config/mojito.properties
source_files_path ./files/source
localized_files_path ./files/target
}
}
DESCRIPTION
Integration between Serge (Free, Open Source Solution for Continuous Localization) and Mojito (Open source automation platform that enables continuous localization), implemented using the command-line tool for the Mojito API.
ATTRIBUTES
- repository_name
-
Mojito Repository name
- application_properties
-
Mojito CLI configuration file (server connection properties)
- source_files_path
-
Directory of the source resource files
- localized_files_path
-
Directory of the localized resource files
INSTALLATION
cpanm Serge::Sync::Plugin::TranslationService::mojito
AUTHOR
Dragos Varovici <dvarovici.work@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018-2019 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.