Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgettext/gettext-commons
Internationalization (i18n) through GNU gettext and Java ResourceBundles
https://github.com/jgettext/gettext-commons
gettext-library i18n java maven
Last synced: about 8 hours ago
JSON representation
Internationalization (i18n) through GNU gettext and Java ResourceBundles
- Host: GitHub
- URL: https://github.com/jgettext/gettext-commons
- Owner: jgettext
- License: lgpl-2.1
- Created: 2015-04-15T07:00:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T07:54:07.000Z (over 4 years ago)
- Last Synced: 2023-03-01T09:01:15.024Z (almost 2 years ago)
- Topics: gettext-library, i18n, java, maven
- Language: Java
- Homepage:
- Size: 906 KB
- Stars: 17
- Watchers: 3
- Forks: 10
- Open Issues: 17
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-software-engineering-tools - gettext-commons
README
INTRODUCTION
The Gettext Commons project provides Java classes for
internationalization (i18n) through GNU gettext and Java
ResourceBundles. This makes it possible to use the original text
instead of arbitrary property keys, which is less cumbersome and
makes programs easier to read. Gettext supports the easy extraction
of user visible strings, marks strings as fuzzy when the original
text changes to allow translators to check translations, powerful
plural handling, and build process integration through Maven.A tutorial that describes how to use the Gettext Commons is available
at http://code.google.com/p/gettext-commons/wiki/Tutorial .REQUIREMENTS
* Java 1.3 (or higher)
DEVELOPMENT
Apache Maven 2.0 can be used to build the Gettext Commons.
COPYRIGHT
XNap Commons is distributed under the terms of the GNU Lesser General
Public License, see LICENSE.txt for details. The icons directory
contains images from the KDE project, see LICENSE.icons for terms of
use.Copyright (C) 2005 Felix Berger
Copyright (C) 2005 Steffen Pingel
Copyright (C) 2005 Tammo van LessenThis library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.