[units.wesnoth.org] Use full locale names in language selection.

This commit is contained in:
Elias Pschernig 2012-11-03 20:53:06 +00:00
parent 47500cd2db
commit 728f4b41cd

View file

@ -441,8 +441,8 @@ class HTMLOutput:
col += 1
write("<td>")
labb = lang
underscore = labb.find("_")
if underscore > 0: labb = labb[:underscore]
#underscore = labb.find("_")
#if underscore > 0: labb = labb[:underscore]
if self.addon == "mainline":
write(" <a title=\"%s\" href=\"../%s/%s\">%s</a><br/>\n" % (
languages[lang], lang, self.target,