[Libreoffice-commits] .: Branch 'libreoffice-4-0' - help-to-wiki.py
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Jan 28 05:57:55 PST 2013
help-to-wiki.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fab8b3ed91a4b24d2a06832929ecad3f9ba65630
Author: Andras Timar <atimar at suse.com>
Date: Mon Jan 28 14:33:22 2013 +0100
add Turkish to WikiHelp, it is fully translated
Change-Id: If89ffb1950f9e9a8d99140e1f37d65f4d4506a89
Reviewed-on: https://gerrit.libreoffice.org/1895
Reviewed-by: Miklos Vajna <vmiklos at suse.cz>
Tested-by: Miklos Vajna <vmiklos at suse.cz>
diff --git a/help-to-wiki.py b/help-to-wiki.py
index 1fa9fb2..4a15f95 100755
--- a/help-to-wiki.py
+++ b/help-to-wiki.py
@@ -63,7 +63,7 @@ def create_wiki_dirs():
# Langs to handle
langs = ['', 'ca', 'cs', 'da', 'de', 'es', 'fr', 'hu', \
'it', 'ja', 'ko', 'nl', 'pl', 'pt', 'pt-BR', 'ru', \
- 'sl', 'sv', 'vi', 'zh-CN', 'zh-TW' ]
+ 'sl', 'sv', 'tr', 'vi', 'zh-CN', 'zh-TW' ]
# Argument handling
try:
More information about the Libreoffice-commits
mailing list