From a01aa04b5d5101de448a662a3cca62bb40457111 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 8 Apr 2013 12:15:34 +0200 Subject: another typo Change-Id: I33f3114581328b5d2b343a486f4b9067fd00540e --- help-to-wiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help-to-wiki.py') 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' ] -- cgit