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::mojito - Mojito synchronization plugin for Serge based on Mojito CLI

SYNOPSIS

    ts
    {
        plugin                      mojito

        data
        {
            repository_name         MojitoRepositoryName
            application_properties  ./files/config/mojito.properties
            source_files_path       ./files/source
            localized_files_path    ./files/target
        }
    }

DESCRIPTION

Integration between Serge (Free, Open Source Solution for Continuous Localization) and Mojito (Open source automation platform that enables continuous localization), implemented using the command-line tool for the Mojito API.

ATTRIBUTES

repository_name

Mojito Repository name

application_properties

Mojito CLI configuration file (server connection properties)

source_files_path

Directory of the source resource files

source_locale

Source locale

localized_files_path

Directory of the localized resource files

import_translations

Import translations flag. Default YES

inheritance_mode

Inheritance mode. Default REMOVE_UNTRANSLATED

file_type

File type

status_equal_target

Status equal target

status_pull

Status pull. Default ACCEPTED

destination_locales

List of destination locales

INSTALLATION

 cpanm Serge::Sync::Plugin::TranslationService::mojito

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.