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

New commits:
commit e444e3f19762d66673b8f0baaa7f39895463e9de
Author:     Andras Timar <[email protected]>
AuthorDate: Sun Oct 21 20:37:28 2018 +0200
Commit:     Andras Timar <[email protected]>
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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to