diff options
Diffstat (limited to 'helpcontent2/help-to-wiki.py')
-rwxr-xr-x | helpcontent2/help-to-wiki.py | 2 |
1 files changed, 1 insertions, 1 deletions
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] <sophi> kendy: catalan # [16:28:38] <sophi> kendy: also japanese and russian # [16:29:48] <sophi> 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: |