forked from I2P_Developers/i2p.i2p
Add lightweight getopt command line parsing lib
(ticket #1173) This is Java getopt 1.0.14 (released 2012/02/08) Source was retrieved from https://github.com/arenn/java-getopt Previous version 1.0.13 (released 2006/08/29) is available at http://www.urbanophile.com/arenn/hacking/getopt/ Copyright (c) 1998 by Aaron M. Renn (arenn@urbanophile.com), LGPL v2. Include the small translation files, add to build.xml and to .tx/config Fixes: Simplified Chinese MessagesBundle_chs.properties renamed to MessagesBundle_zh.properties Traditional Chinese MessagesBundle_cht.properties renamed to MessagesBundle_zh_TW.properties Norwegian Bokmaal MessagesBundle_no.properties renamed to MessagesBundle_nb.properties
This commit is contained in:
17
.tx/config
17
.tx/config
@@ -238,6 +238,23 @@ trans.ru_RU = installer/resources/locale/po/messages_ru.po
|
||||
trans.tr_TR = installer/resources/locale/po/messages_tr.po
|
||||
trans.zh_CN = installer/resources/locale/po/messages_zh.po
|
||||
|
||||
[I2P.getopt]
|
||||
source_file = core/java/src/gnu/getopt/MessagesBundle.properties
|
||||
source_lang = en
|
||||
type = UNICODEPROPERTIES
|
||||
trans.cs = core/java/src/gnu/getopt/MessagesBundle_cs.properties
|
||||
trans.de = core/java/src/gnu/getopt/MessagesBundle_de.properties
|
||||
trans.es = core/java/src/gnu/getopt/MessagesBundle_es.properties
|
||||
trans.fr = core/java/src/gnu/getopt/MessagesBundle_fr.properties
|
||||
trans.hu = core/java/src/gnu/getopt/MessagesBundle_hu.properties
|
||||
trans.it = core/java/src/gnu/getopt/MessagesBundle_it.properties
|
||||
trans.ja = core/java/src/gnu/getopt/MessagesBundle_ha.properties
|
||||
trans.nl = core/java/src/gnu/getopt/MessagesBundle_nl.properties
|
||||
trans.nb = core/java/src/gnu/getopt/MessagesBundle_nb.properties
|
||||
trans.pl = core/java/src/gnu/getopt/MessagesBundle_pl.properties
|
||||
trans.ro = core/java/src/gnu/getopt/MessagesBundle_ro.properties
|
||||
trans.zh_CN = core/java/src/gnu/getopt/MessagesBundle_zh.properties
|
||||
|
||||
[main]
|
||||
host = https://www.transifex.com
|
||||
|
||||
|
Reference in New Issue
Block a user