-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
45 lines (31 loc) · 1.57 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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 Lessen
This 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.