The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Serge::Sync::Plugin::TranslationService::transifex - Transifex synchronization plugin for Serge

SYNOPSIS

    ts
    {
        plugin                      transifex

        data
        {
            root_directory          ./files
        }
    }

DESCRIPTION

Integration between Serge (Free, Open Source Solution for Continuous Localization) and Transifex (Localization Automation Platform that powers the process of launching digital products into multiple languages). Uses the command-line tool for the Transifex API. See Transifex CLI.

ATTRIBUTES

root_directory

Transifex CLI root directory

INSTALLATION

 cpanm Serge::Sync::Plugin::TranslationService::transifex

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.