https://issues.apache.org/bugzilla/show_bug.cgi?id=46488
Summary: Missing i18n support in ANT
Product: Ant
Version: unspecified
Platform: All
URL: http://www.gnu.org/software/gettext/
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P1
Component: Core tasks
AssignedTo: [email protected]
ReportedBy: [email protected]
Industry standard implementation of
internationalization is without the doubt
GNU GetText.
1) Gettext has java integration.
2) GetText is available for windows
http://gnuwin32.sourceforge.net/packages/gettext.htm
3) Comfortable translation tools such as poedit exists
for common platforms.
http://www.poedit.net/
4) Even eclipse has it own po editor
http://www.gted.org/
5) But there are no gettext ANT tasks.
One feels little disappointed that industry
standard automation tool is not ready
for internationalization of applications.
At least ...
xgetext to extract and merge messages from java files and
msgfmt to compile po = portable object files to java ResourceBundles
... should be provided.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.