MVN

one.edee.oss : babylon-maven-plugin

Maven & Gradle

Aug 25, 2022
2 stars

Babylon - translation utility · Babylon is a tool to gather messages, and their translations from property files. It performs a round-trip consisting of two phases: export phase and import phase. In the export phase the messages are written to a Google Sheets spreadsheet. A translator will then fill in the missing translations. In the import phase, the spreadsheet (with the missing translations filled out by a translator) is examined, and the newly translated messages are used to update the respective translation property files. Also, the state of the translation, snapshot, is written out to a disk in the form of JSON file. Babylon can be run as a Maven plugin or as a standalone console application.

<plugin>
    <groupId>one.edee.oss</groupId>
    <artifactId>babylon-maven-plugin</artifactId>
    <version>2.0.9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of one.edee.oss : babylon-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.9

All Versions

Choose a version of one.edee.oss : babylon-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
babylon-maven-plugin-2.0.9
babylon-maven-plugin-2.0.8
babylon-maven-plugin-2.0.7
babylon-maven-plugin-2.0.6
babylon-maven-plugin-2.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>one.edee.oss</groupId>
    <artifactId>babylon-maven-plugin</artifactId>
    <version>2.0.9</version>
</plugin>

Advertisement