librelogo/source/LibreLogo/LibreLogo.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 279a4f3fee500c9c09b252820d431e94cd700e75
Author: László Németh <nem...@numbertext.org>
Date:   Thu Jan 24 10:20:59 2013 +0100

    minor librelogo fix: remove ro lang. guess. (fix en_US detection)
    
    Change-Id: I6fbd5cef4f5935f7932bd9b64774315baee0e50d
    Reviewed-on: https://gerrit.libreoffice.org/1838
    Reviewed-by: Miklos Vajna <vmik...@suse.cz>
    Tested-by: Miklos Vajna <vmik...@suse.cz>

diff --git a/librelogo/source/LibreLogo/LibreLogo.py 
b/librelogo/source/LibreLogo/LibreLogo.py
index 556837d..13d7a2a 100644
--- a/librelogo/source/LibreLogo/LibreLogo.py
+++ b/librelogo/source/LibreLogo/LibreLogo.py
@@ -25,7 +25,7 @@ else:
     __lngpath__ = 
unohelper.fileUrlToSystemPath(re.sub("program/(fundamental.ini|fundamentalrc)$",
 "", urebootstrap))
 __lngpath__ = __lngpath__ + "share/Scripts/python/LibreLogo/".replace("/", 
os.sep)
 
-__translang__ = 
"am|ca|cs|de|dk|el|en|eo|es|et|fr|hu|it|ja|nl|no|pl|pt|ro|ru|se|sl" # FIXME 
supported languages for language guessing, expand this list, according to the 
localizations
+__translang__ = 
"am|ca|cs|de|dk|el|en|eo|es|et|fr|hu|it|ja|nl|no|pl|pt|ru|se|sl" # FIXME 
supported languages for language guessing, expand this list, according to the 
localizations
 __lng__ = {}
 __docs__ = {}
 __prevcode__ = None
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to