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::crowdin - Crowdin synchronization plugin for Serge

SYNOPSIS

    ts
    {
        plugin                      crowdin

        data
        {
            config_file              ./files/config/crowdin_config_file.yml
            upload_translations      YES
        }
    }

DESCRIPTION

Integration between Serge (Free, Open Source Solution for Continuous Localization) and Crowdin (Localization project management platform and translation tool for developers and website owners). Uses the command-line client for the Crowdin API (version 2). See Crowdin CLI.

ATTRIBUTES

config_file

Crowdin CLI path to the configuration file

upload_translations

Upload translations on push. Default YES.

INSTALLATION

 cpanm Serge::Sync::Plugin::TranslationService::crowdin

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.