diff options
author | Andras Timar <atimar@suse.com> | 2013-04-04 11:12:25 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-11-05 10:05:07 +0100 |
commit | 103f9c29b96d7a62aff99d07a8424d8d96a10994 (patch) | |
tree | c9523218649a96f733864a8d3f19d5126ecede0f /help-to-wiki.py | |
parent | a7654ca4509c497a6dac76333735ca8692d18e10 (diff) |
add more languages to WikiHelp
Change-Id: I4210f948f464b9f7e4eebe9bf92f9f94ee691d8b
Reviewed-on: https://gerrit.libreoffice.org/3200
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'help-to-wiki.py')
-rwxr-xr-x | help-to-wiki.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/help-to-wiki.py b/help-to-wiki.py index 0ee17ba677..706e85f0a2 100755 --- a/help-to-wiki.py +++ b/help-to-wiki.py @@ -60,9 +60,10 @@ def create_wiki_dirs(): except: pass -# Langs to handle -langs = ['', 'ca', 'cs', 'da', 'de', 'es', 'fr', 'hu', \ - 'it', 'ja', 'ko', 'nl', 'pl', 'pt', 'pt-BR', 'ru', \ +# Langs to handle (fully translated or otherwise important) +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' ] # Argument handling |