Prerequisites:
Steps to reproduce:
- Install Blog application v9.14.1
- Switch XWiki locale from English to another one (French, German, etc)
- Visit page "Blog.Archive"
- Observe name of the month for blog in 2009 year.
Actual result The name of the month June is displayed in English (or default JVM locale in my case it's Ukrainian) Expected result The name of the month June is displayed in XWiki locale Note The issue is caused by missing call of
in line https://github.com/xwiki-contrib/application-blog/blob/7cd881fa74ded70bdf27677188af1675245fd72e/application-blog-ui/src/main/resources/Blog/ArchiveSheet.xml#L52 |