summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-04-08 12:15:34 +0200
committerAndras Timar <andras.timar@collabora.com>2013-11-05 10:05:07 +0100
commit9bef603e2ea8837b33a690bf4f36873f727d71d6 (patch)
tree64d6271aa6f96672cb920897ad71598afb3b1397
parentf8ceeab4b87451e9da3828c81e88922c9297f457 (diff)
another typo
Change-Id: I33f3114581328b5d2b343a486f4b9067fd00540e
-rwxr-xr-xhelp-to-wiki.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/help-to-wiki.py b/help-to-wiki.py
index e8df1bcdbf..19d58ed56e 100755
--- a/help-to-wiki.py
+++ b/help-to-wiki.py
@@ -61,7 +61,7 @@ def create_wiki_dirs():
pass
# Langs to handle (fully translated or otherwise important)
-langs = ['', 'ast', 'bg', 'bn', 'bn_IN', 'ca', 'cs', 'da', 'de', \
+langs = ['', 'ast', 'bg', 'bn', 'bn-IN', 'ca', 'cs', 'da', 'de', \
'el', 'es', 'eu', 'fi', 'fr', 'hu', 'it', 'ja', 'km', \
'ko', 'nb', 'nl', 'om', 'pl', 'pt', 'pt-BR', 'ru', \
'sl', 'sv', 'tr', 'vi', 'zh-CN', 'zh-TW' ]