[units.wesnoth.org] Use full locale names in language selection.
This commit is contained in:
parent
47500cd2db
commit
728f4b41cd
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue