[wmlunits] Use en_US instead of C for the default language.

This commit is contained in:
Elias Pschernig 2011-11-10 16:09:22 +00:00
parent d20499613d
commit 5721938776

View File

@ -1039,10 +1039,10 @@ def write_index(out_path):
output = MyFile(os.path.join(out_path, "index.html"), "w")
output.write("""
<html><head>
<meta http-equiv="refresh" content="0;url=C/mainline.html">
<meta http-equiv="refresh" content="0;url=en_US/mainline.html">
</head>
<body>
<a href="C/mainline.html">Redirecting to Wesnoth units database...</a>
<a href="en_US/mainline.html">Redirecting to Wesnoth units database...</a>
</body>
</html>
""")