The i18n files that have translations which need utf-8 encoding are not appropriately encoded when they are compiled for war, however that's not case in dev mode.
I suspect that the problem emerges when the messages are loaded in the I18nProcessor with the resource locator.
Hi,
The i18n files that have translations which need utf-8 encoding are not appropriately encoded when they are compiled for war, however that's not case in dev mode.
I suspect that the problem emerges when the messages are loaded in the I18nProcessor with the resource locator.
This is what I get
(function (win) { var messages = { "passwords.not.equal": "ÐозинкиÑе не Ñе ÑовпаÑааÑ", "passwords.equal": "ÐозинкиÑе Ñе ÑовпаÑааÑ", "popup.add": "Ðодади", "popup.update": "ÐжÑÑиÑаÑ", "popup.cancel": "ÐÑкажи", "popup.alert.title": "Ðали ÑÑе ÑигÑÑни?", "popup.alert.message": "ÐÑомениÑе во ÑоÑмаÑа не Ñе ÑоÑÑвани!", "alert.title": "ÐÑедÑпÑедÑваÑе", "alert.message": "ÐополнеÑе ги задолжиÑелниÑе полиÑа!", "alert.error.title": "ÐаÑÑана гÑеÑка", "alert.error.message": "\"ÐеÑÑо ÑÑгна наопакÑ...\"", "alert.ok": "ÐоÑвÑди", "alert.cancel": "ÐÑкажи", "activity.activity.label": "ÐкÑивноÑÑ", "activity.alertWarning.label": "ÐÑедÑпÑедÑваÑе за акÑивноÑÑ", "activity.alertContinues.label": "пÑодолжÑва...", "activity.alertStatus.label": "СÑаÑÑÑ", "default.popupAttention.label": "Ðнимание", "default.popupButtonOk.label": "ÐобÑо", "language.label": "mk", "calendar.month.jan.label": "Ðан", "calendar.month.feb.label": "Феб", "calendar.month.mar.label": "ÐаÑ", "calendar.month.apr.label": "ÐпÑ", "calendar.month.may.label": "ÐаÑ", "calendar.month.jun.label": "ÐÑн", "calendar.month.jul.label": "ÐÑл", "calendar.month.aug.label": "Ðвг", "calendar.month.sep.label": "Сеп", "calendar.month.oct.label": "ÐкÑ", "calendar.month.nov.label": "Ðое", "calendar.month.dec.label": "Ðек", "calendar.month.jan.full.label": "ÐанÑаÑи", "calendar.month.feb.full.label": "ФевÑÑаÑи", "calendar.month.mar.full.label": "ÐаÑÑ", "calendar.month.apr.full.label": "ÐпÑил", "calendar.month.may.full.label": "ÐаÑ", "calendar.month.jun.full.label": "ÐÑни", "calendar.month.jul.full.label": "ÐÑли", "calendar.month.aug.full.label": "ÐвгÑÑÑ", "calendar.month.sep.full.label": "СепÑемвÑи", "calendar.month.oct.full.label": "ÐкÑомвÑи", "calendar.month.nov.full.label": "ÐоемвÑи", "calendar.month.dec.full.label": "ÐекемвÑи", "calendar.day.mo.label": "Ðон", "calendar.day.tu.label": "ÐÑо", "calendar.day.we.label": "СÑе", "calendar.day.th.label": "ЧеÑ", "calendar.day.fr.label": "ÐеÑ", "calendar.day.sa.label": "Саб", "calendar.day.su.label": "Ðед" }
}(this));