NAME
Serge::Sync::Plugin::TranslationService::phraseapp - PhraseApp synchronization plugin for Serge based on PhraseApp CLI
SYNOPSIS
ts
{
plugin phraseapp
data
{
config_file ./files/config/phraseapp_config_file.yml
}
}
DESCRIPTION
Integration between Serge (Free, Open Source Solution for Continuous Localization) and PhraseApp (Translation and localization management system for web and mobile applications), implemented using command-line tool for the PhraseApp API.
ATTRIBUTES
- config_file
-
PhraseApp CLI path to the configuration file.
- upload_translations
-
Upload translations on push. Default YES.
- wait_for_uploads
-
Wait for files to be processed while pushing. Default YES.
- verbose
-
Verbose output. Default NO.
INSTALLATION
cpanm Serge::Sync::Plugin::TranslationService::phraseapp
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.