Multilanguage (mr language)

Hi all.
In past we had mr (marathi language) in admin -> content -> localization -> supported languages.
In recent xwiki updates, it was removed.

How can I bring it back?

The admin UI now only list Locales officially supported by Java (used to be a free from input) and looks like mr is not part of it.

We should probably include ICU4J.

In the meantime the following workaround should do it: go to http://mydomain/xwiki/bin/edit/XWiki/XWikiPreferences?editor=object, expand “Objects of type XWiki.XWikiPreferences (1)” and search for “Supported languages”.

1 Like

It worked. Thank you very much.

I have one idea but don’t know how can I implement it…

For instance, I have multilingual wiki with en, hi, mr languages. I am viewing page Doc1 written in en only.
In drawer under languages, list all 3 language options even if related translations (hi, mr) are not available for Doc1.
Now on clicking mr in drawer, show google translation for that page with an alert that, no such translation is available and user can edit it.

This will be useful in my use case.