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

NAME

Serge::Sync::Plugin::TranslationService::lokalise - Lokalise synchronization plugin for Serge based on Lokalise CLI v2

SYNOPSIS

    ts
    {
        plugin                      lokalise

        data
        {
            config_file              ./files/config/lokalise_config_file.yml
            resource_directory      ./files/resources
        }
    }

DESCRIPTION

Integration between Serge (Free, Open Source Solution for Continuous Localization) and Lokalise (Translation management system built for agile teams who want to automate their localization process), implemented using the command-line client for the Lokalise API.

ATTRIBUTES

config_file

Lokalise CLI path to the configuration file

resource_directory

Lokalise CLI resources directory.

languages

Lokalise CLI list of languages.

file_mask

Lokalise CLI file mask.

file_format

Lokalise CLI file format.

INSTALLATION

 cpanm Serge::Sync::Plugin::TranslationService::lokalise

AUTHOR

Dragos Varovici <dvarovici.work@gmail.com>

COPYRIGHT AND LICENSE

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