Allow in XWiki to read resources from the wiki and from the Application Resources file. This should be configurable in the Wiki preferences.
The system should also support plugins.
Attached a proposal of the core patch.
To use this facilty, it is needed to add a string field "bundledoc" to the xwikipreferences.
This field indicates the base name for the translation document.
At runtime, the core will look for a document named "<bundlename>_<language>".
If the doc is not found, the document "<bundlename>" will be read.
The format of these documents must be something like :
trad1=Hello
trad2=Bye
...
[ Show » ]
Arnaud Thimel [18/Jan/07 06:59 PM] Attached a proposal of the core patch. To use this facilty, it is needed to add a string field "bundledoc" to the xwikipreferences. This field indicates the base name for the translation document. At runtime, the core will look for a document named "<bundlename>_<language>". If the doc is not found, the document "<bundlename>" will be read. The format of these documents must be something like : trad1=Hello trad2=Bye ...