summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-10-21 20:37:28 +0200
committerAndras Timar <andras.timar@collabora.com>2018-10-21 20:37:28 +0200
commite444e3f19762d66673b8f0baaa7f39895463e9de (patch)
tree9c7189ec5332b42d13ad777341c5604207236509 /scripts
parentloleaflet: mobile: move button (hamburger/x icon) (diff)
downloadonline-e444e3f19762d66673b8f0baaa7f39895463e9de.tar.gz
online-e444e3f19762d66673b8f0baaa7f39895463e9de.zip
adapth path to new source layout
Change-Id: I5cec0534119fce64bf9409a1f8fd382c259bbb95
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/unocommands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/unocommands.py b/scripts/unocommands.py
index 88e7ea24c5..d73a5bb9b2 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