I18N-tools

Version 1.0

Program:

Sources:

This project is maintained by Bjoern2

i18n-tools for Java

This application converts Java I18N files (files with extention '.properties') into XLS and back.

Build Status

Example: Input files:

# I18N.properties
hello=Hello
# I18N_de_DE.properties
hello=Hallo
# I18N_en_EN.properties
hello=Hello
# I18N_fr_FR.properties
hello=Salut

Console command:

# Linux and friends
sh ~/i18n-tools/bin/i18n-tools --inputFile ~/I18N.properties --outputFile ~/I18N.xls
# Windows (command line; cmd.exe)
c:\i18n-tools\bin\i18n-tools.bat --inputFile c:/temp/I18N.properties --outputFile c:/temp/I18N.xls

(Please use for both parameters absolute paths. No relative paths!)

Output file: I18N.xls

Key Default de_DE en_EN fr_FR
hello Hello Hallo Hello Salut

Download

Download the last builded version from BuildHive:

i18n-tools-1.0.zip

i18n-tools-1.0.tar