From 4fe233c4c16c9208c3d011cb725226cbfab84803 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 19 Jan 2011 17:22:13 +0100 Subject: wikihelp: More languages. ca, cs, de, en, es, fr, hu, it, ja, ru, sl, vi --- helpcontent2/help-to-wiki.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py index be86f626ef..80d3caaa0e 100755 --- a/helpcontent2/help-to-wiki.py +++ b/helpcontent2/help-to-wiki.py @@ -91,7 +91,7 @@ except: # [16:28:13] kendy: catalan # [16:28:38] kendy: also japanese and russian # [16:29:48] kendy: ans I would say vi too, so you have all kind of script/language and good communities behind ;) -for lang in ['', 'cs']: +for lang in ['', 'ca', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'ru', 'sl', 'vi']: wikiconv2.convert(generate_redirects, lang, '%s/%s/localize.sdf'% (sdf_path, lang)) # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit