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

NAME

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

SYNOPSIS

    ts
    {
        plugin                      weblate

        data
        {
            project                 WeblateProject
            root_directory          ./files
            config_file             ./.weblate
            languages               de es fr-ca
        }
    }

DESCRIPTION

Integration between Serge (Free, Open Source Solution for Continuous Localization) and Weblate (Web-based continuous localisation), implemented using the command-line tool for the Weblate API.

ATTRIBUTES

project

Weblate project.

root_directory

Weblate root directory for files.

config_file

Path to the Weblate configuration file.

languages

List of languages.

INSTALLATION

 cpanm Serge::Sync::Plugin::TranslationService::weblate

AUTHOR

Dragos Varovici <dvarovici.work@gmail.com>

COPYRIGHT AND LICENSE

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