[Libreoffice-commits] online.git: scripts/unocommands.py

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Oct 21 18:37:59 UTC 2018


 scripts/unocommands.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e444e3f19762d66673b8f0baaa7f39895463e9de
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Sun Oct 21 20:37:28 2018 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Sun Oct 21 20:37:28 2018 +0200

    adapth path to new source layout
    
    Change-Id: I5cec0534119fce64bf9409a1f8fd382c259bbb95

diff --git a/scripts/unocommands.py b/scripts/unocommands.py
index 88e7ea24c..d73a5bb9b 100755
--- a/scripts/unocommands.py
+++ b/scripts/unocommands.py
@@ -296,7 +296,7 @@ def writeTranslations(onlineDir, translationsDir, strings):
                         if text == entry.msgid:
                             translations[entry.msgid] = entry.msgstr
 
-        f = open(onlineDir + '/loleaflet/dist/l10n/uno/' + lang + '.json', 'w')
+        f = open(onlineDir + '/loleaflet/l10n/uno/' + lang + '.json', 'w')
         f.write('{\n')
 
         writeComma = False


More information about the Libreoffice-commits mailing list