DOC

one.edee : babylon-maven-plugin

Maven & Gradle

Dec 17, 2021
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.

Table Of Contents

Latest Version

Download one.edee : babylon-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download one.edee : babylon-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file babylon-maven-plugin-2.0.0-javadoc.jar to babylon-maven-plugin-2.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder babylon-maven-plugin-2.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "babylon-maven-plugin-2.0.0-sources.jar" -d "babylon-maven-plugin-2.0.0-javadoc" -subpackages 

Advertisement