summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-01-20 21:10:12 +0100
committerJan Holesovsky <kendy@suse.cz>2011-01-20 21:10:12 +0100
commit00e683d439466e6981e05788ab0099b1f4063033 (patch)
tree400b56c0089eb073f0fbb481f5ffe31e6ac1e0a0
parent3dc3d8246b752f8dac8579a562c857b2023a0ad2 (diff)
wikihelp: Add pt and pt-BR.
-rwxr-xr-xhelpcontent2/help-to-wiki.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcontent2/help-to-wiki.py b/helpcontent2/help-to-wiki.py
index 80d3caaa0e..717bcd5849 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 ['', 'ca', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'ru', 'sl', 'vi']:
+for lang in ['', 'ca', 'cs', 'de', 'es', 'fr', 'hu', 'it', 'ja', 'pt', 'pt-BR', 'ru', 'sl', 'vi']:
wikiconv2.convert(generate_redirects, lang, '%s/%s/localize.sdf'% (sdf_path, lang))
# vim:set shiftwidth=4 softtabstop=4 expandtab: