To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112394
User hjs changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Jun 14 17:26:51 +0000
2010 -------
sample makefile snippet to get localized .properties files:
------
L10NPROPERTYFILES:=$(CLASS)/$(PACKAGE)/myfile.properties
------
or
------
L10NPROPERTYFILES:=$(CLASS)/$(PACKAGE)/myfile_en_US.properties
------
source language .properties files are expected to reside in the current
directory. currently the only supported destination is $(CLASS)/$(PACKAGE) -
which seems to be sufficient for all found use cases.
for the processing makefile check out solenv/inc/tg_propmerge.mk
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]