Page 1 of 1

framework i18n multiple transalation files

Posted: Wed Jun 30, 2021 11:43 am
by bwbohl
While it is a great possibility to provide a translation file for a framework by adding '${framework}/i18n/' to the frameworks classpath it would be very helpful for organising translations if it as possible to put multiple translation files into that folder. But apparently oXygen only looks for files named `translation.xml ` or am I missing something?

Apparently the translation files are not namespaced which would be an easy way of assuring oXygen only uses real translation files.

Re: framework i18n multiple transalation files

Posted: Wed Jun 30, 2021 12:07 pm
by Radu
Hi,

From what I know Oxygen gathers files with the pattern "translation*.xml" from the "i18n folder". So you can have multiple "translation-XY.xml" files there and Oxygen should somehow collect them all and create a configuration by merging their contents.

Regards,
Radu