summaryrefslogtreecommitdiff
path: root/help-to-wiki.py
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-04-04 11:12:25 +0200
committerAndras Timar <atimar@suse.com>2013-04-04 11:12:25 +0200
commit4e639b52e7cb790a048586490546fb76c89539ab (patch)
tree28a6576907e983f1456bc7392e11a18ce0400f75 /help-to-wiki.py
parentd0095f62f7de2e56513dbf97e9b21c2e321f1971 (diff)
add more languages to WikiHelp
Change-Id: I4210f948f464b9f7e4eebe9bf92f9f94ee691d8b
Diffstat (limited to 'help-to-wiki.py')
-rwxr-xr-xhelp-to-wiki.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/help-to-wiki.py b/help-to-wiki.py
index 0ee17ba677..706e85f0a2 100755
--- a/help-to-wiki.py
+++ b/help-to-wiki.py
@@ -60,9 +60,10 @@ def create_wiki_dirs():
except:
pass
-# Langs to handle
-langs = ['', 'ca', 'cs', 'da', 'de', 'es', 'fr', 'hu', \
- 'it', 'ja', 'ko', 'nl', 'pl', 'pt', 'pt-BR', 'ru', \
+# Langs to handle (fully translated or otherwise important)
+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' ]
# Argument handling