locale4j 1.1.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News locale4j 1.1.4 (Default branch)
# 1  
Old 05-30-2008
locale4j 1.1.4 (Default branch)

locale4j is a Java library for working with localization data. The library currently supports the TMX file format. Translations can also be stored in memory or in a database for use at runtime. License: Mozilla Public License (MPL) Changes:
This release contains a few minor changes that help when saving out TMX data. Strings with leading and trailing whitespace will now be trimmed, and translation XML entries will be organized in alphabetical order in the output file. Also, tags in the XML output will no longer contain namespaces such as "tmx:" before the tag names.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
JAVAHELPER(1)							   User Commands						     JAVAHELPER(1)

NAME
Javahelper - Part of the Java Helper packaging tools Refer to the tutorials in /usr/share/doc/javahelper for more detail SYNOPSIS
jh_makepkg [options] OPTIONS
-h --help: show this text -V --version: show the version -p<name> --package=<name>: Set the name of the package (defaults to directory name without version) -m<name> --maintainer=<name>: Set the maintainer name (defaults to DEBFULLNAME, NAME, or the user's full name) -e<email> --email=<email>: Set the maintainer email (defaults to DEBEMAIL EMAIL or user@host) -v<version> --upstream=<version>: Set the upstream version (defaults to the directory name after a -) -c --clean: Tidy up common problems with Java source packages. Removes .class, .jar files and pre-built javadoc trees before creating the orig.tar.gz Pick One: -l --library: This is a library package -a --app: This is an application package Pick One: -t --ant: Build with ant -k --makefiles: Build with make -n --none: Create own buildsystem Pick One: -g --gcj: Build with gcj -d --default: Build with default free compiler -o --openjdk: Build with OpenJDK 6 -o7 --openjdk7: Build with OpenJDK 7 Environment Variables: DEBEMAIL: Default maintainer email address EMAIL: Default maintainer email address DEBFULLNAME: Default maintainer name NAME: Default maintainer name Javahelper Version 0.5 January 2008 JAVAHELPER(1)