-
New Feature
-
Resolution: Done
-
Normal
-
None
-
None
https://sourceforge.net/tracker/?func=detail&aid=3134958&group_id=152762&atid=785194
I need this feature for let other users build custom modules for my new project, so they need only to add an include for their property language files
instead of adding their translations in the original base files. That's not a good idea, because by removing their modul the must/should search and delete all of their translations.
Sample: can include in the followed way:
.../webapp/i3-labels.properties (default)
. . .
include = system.properties
include = others.properties
. . .
common.btnNew=New
.../webapp/i3-labels_de_DE.properties
. . .
include = system_de_DE.properties
include = others_de_DE.properties
. . .
common.btnNew=Neu
-------------------------------------------------------------------------
best
Stephan