summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-04-08 08:54:42 +0200
committerAndras Timar <andras.timar@collabora.com>2013-11-05 10:05:07 +0100
commitf8ceeab4b87451e9da3828c81e88922c9297f457 (patch)
treeb247b4bc0e8a5eb15a5c9a18de1f33ace43351f1
parent103f9c29b96d7a62aff99d07a8424d8d96a10994 (diff)
typo
Change-Id: I1a2c3ddbbb5511bca67880b4366b4d8045d7d04b Signed-off-by: Andras Timar <atimar@suse.com>
-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 706e85f0a2..e8df1bcdbf 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' ]