diff options
author | Andras Timar <atimar@suse.com> | 2013-04-08 12:15:34 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-04-08 12:15:34 +0200 |
commit | b56864919adc5b2c36b354e365c93964bb611dab (patch) | |
tree | 64d6271aa6f96672cb920897ad71598afb3b1397 | |
parent | e9b6ed7fb094f12207112cc0fffde5aea0c6dcb1 (diff) |
another typo
Change-Id: I33f3114581328b5d2b343a486f4b9067fd00540e
-rwxr-xr-x | help-to-wiki.py | 2 |
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' ] |