summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-10-18 16:39:58 +0200
committerAndras Timar <andras.timar@collabora.com>2018-10-18 16:42:45 +0200
commitc3c18a2fa934fd30ac2210e99834c179118eeef0 (patch)
tree2f5af9e571a53bc7c216bd80bf27db9f2e3b174a /scripts
parentc69a19ec30057be5ea9f802852ea71f5b2caa8a8 (diff)
adapth path to new source layout
Change-Id: Ibf532933c999400979bc2a0623622d3428b6a8c2
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/locorestrings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/locorestrings.py b/scripts/locorestrings.py
index 5faaae9ec..e485d181d 100755
--- a/scripts/locorestrings.py
+++ b/scripts/locorestrings.py
@@ -68,7 +68,7 @@ if __name__ == "__main__":
poFile = dir + lang + '/svtools/messages.po'
extractFromPo(poFile, ["STR_ARR_SVT_LANGUAGE_TABLE"], translations)
- f = open(onlineDir + '/loleaflet/dist/l10n/locore/' + lang + '.json', 'w')
+ f = open(onlineDir + '/loleaflet/l10n/locore/' + lang + '.json', 'w')
f.write('{\n')
writeComma = False