Skip to content
Snippets Groups Projects
Commit 5a5a0859 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-12916: Language names are badly displayed

parent 8c968d5a
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
## Display the pretty name of a language
##########################################
#macro(displayLanguagePrettyName $language)
#if ($language == '')
#if ($language != '')
#set($languageLocale = $services.localization.toLocale($language))$escapetool.xml($stringtool.capitalize($languageLocale.getDisplayName($languageLocale)))
#else
$services.localization.render('defaultlanguage')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment