[Libreoffice-commits] online.git: scripts/locorestrings.py
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Oct 18 14:43:08 UTC 2018
scripts/locorestrings.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c3c18a2fa934fd30ac2210e99834c179118eeef0
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Oct 18 16:39:58 2018 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Thu Oct 18 16:42:45 2018 +0200
adapth path to new source layout
Change-Id: Ibf532933c999400979bc2a0623622d3428b6a8c2
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
More information about the Libreoffice-commits
mailing list