The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Serge::Sync::Plugin::TranslationService::lingohub - LingoHub synchronization plugin for Serge based on LingoHub CLI

SYNOPSIS

    ts
    {
        plugin                      lingohub

        data
        {
            project                 LingoHubProject
            root_directory          ./files
            resource_directory      resources
            target_languages   de es fr-ca
        }
    }

DESCRIPTION

Integration between Serge (Free, Open Source Solution for Continuous Localization) and LingoHub (One platform for developers and translators that makes localizing software, mobile or web applications and on-demand), implemented using the command-line tool for the LingoHub API.

ATTRIBUTES

project

LingoHub project.

root_directory

Root directory.

resource_directory

Resource directory.

source_language

Source language.

target_languages

List of target languages.

INSTALLATION

 cpanm Serge::Sync::Plugin::TranslationService::lingohub

AUTHOR

Dragos Varovici <dvarovici.work@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018-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.