Version 1.0
Program:
Sources:
This project is maintained by Bjoern2
This application converts Java I18N files (files with extention '.properties') into XLS and back.
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 the last builded version from BuildHive: