diff options
author | Andras Timar <atimar@suse.com> | 2013-04-08 12:15:34 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-04-08 15:52:50 +0200 |
commit | a01aa04b5d5101de448a662a3cca62bb40457111 (patch) | |
tree | 2e96a81d0ec40739bea78208ff1af32e68bc9865 /help-to-wiki.py | |
parent | 8324fed2c247ecc5948153ca9b5119a5307d4a31 (diff) |
another typo
Change-Id: I33f3114581328b5d2b343a486f4b9067fd00540e
Diffstat (limited to 'help-to-wiki.py')
-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' ] |