[Libreoffice-commits] help.git: Branch 'libreoffice-4-0' - help-to-wiki.py

Andras Timar atimar at suse.com
Thu Apr 4 04:12:17 PDT 2013


 help-to-wiki.py |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit b27993adb1aa2aca80ab4f8df055336ff04a7a49
Author: Andras Timar <atimar at suse.com>
Date:   Thu Apr 4 11:12:25 2013 +0200

    add more languages to WikiHelp
    
    Change-Id: I4210f948f464b9f7e4eebe9bf92f9f94ee691d8b
    Reviewed-on: https://gerrit.libreoffice.org/3200
    Reviewed-by: Michael Meeks <michael.meeks at suse.com>
    Tested-by: Michael Meeks <michael.meeks at suse.com>

diff --git a/help-to-wiki.py b/help-to-wiki.py
index 0ee17ba..706e85f 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


More information about the Libreoffice-commits mailing list