diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-01-19 17:22:13 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-01-19 17:22:13 +0100 |
commit | 4fe233c4c16c9208c3d011cb725226cbfab84803 (patch) | |
tree | 8112c91c9dabe7086b64afd2aeb47b97dff254af | |
parent | d141cd7ba4e704b75cb85b27ec13377c8b5baa1d (diff) |
wikihelp: More languages.
ca, cs, de, en, es, fr, hu, it, ja, ru, sl, vi
-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: |