Skip to content


Closed Introduce BundleFormatConverter to allow format conversion with bundle goal
nuiton / i18n #77 · created by Tony Chemit
This will allow for example a conversion between String.format syntax and MessageFormat one. An basic implementation of this conversion is available : *org.nuiton.i18n.plugin.bundle.StringFormatToMes...
updated
Closed Support other format than String.format (I18nFormatter)
nuiton / i18n #75 · created by Tony Chemit
I18n could have an *I18nFormatter* to use on each translation with args. Default I18nFormatter will be with String.format use. An enumeration *I18nFormat* provide the two commons basic I18nFormatter...
updated