Skip to content

Java CLI for adding translations from a CSV to JSON and XLIFF files.

License

Notifications You must be signed in to change notification settings

Theyssen/LinguAdde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinguAdde

Java CLI for adding translations from a CSV to JSON and XLIFF files.

LinguAdde is currently at version 1.0.

Requirements

The only requirement is Java SE Runtime Environment 8 or higher.

Install

The latest release of this project can be found at releases or can be run from source.

Usage

Use java -jar LinguAdde-1.0.jar help to see the usage information.

usage: java -jar LinguAdde-1.0.jar -c <file> [-d <delimiter>] -t <folder>
Add translations in data files

 -c,--csv-file <file>         CSV file with translationdata
 -d,--delimiter <delimiter>   CSV delimiter Default: ;
 -t,--target <folder>         Target translation files
Option Long option Argument Required Description
c csv-file file yes CSV file with translationdata Important: This file has to be encoded in UTF-8
d delimiter char no CSV delimiter Default: ;
t target folder yes Target translation files Important: The files in this folder have to be encoded in UTF-8

Example

java -jar LinguAdde-1.0.jar -c translations.csv -t results

Author

Christophe Theyssen

Github Bitbucket Linkedin

License

MIT

About

Java CLI for adding translations from a CSV to JSON and XLIFF files.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages