summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-04-18 11:18:34 +0200
committerAndras Timar <andras.timar@collabora.com>2021-04-18 11:18:34 +0200
commit335d41587c56392d8e96fbdb2a20ddd310a7f8b9 (patch)
tree4ca501b66ccbae2e070a2246e6bdd6f4cf40db44 /scripts
parentAvoid errno == ERANGE poisoning numerical conversions. (diff)
downloadonline-335d41587c56392d8e96fbdb2a20ddd310a7f8b9.tar.gz
online-335d41587c56392d8e96fbdb2a20ddd310a7f8b9.zip
Updated UNO command translations (co-2021)
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: I4bd4bc7eae097c5b2b1bccdfebe191c4f595de9e
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/unocommands.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/unocommands.py b/scripts/unocommands.py
index ae04ea831b..e90576e9e9 100755
--- a/scripts/unocommands.py
+++ b/scripts/unocommands.py
@@ -383,8 +383,7 @@ def writeTranslations(onlineDir, translationsDir, strings):
dir = translationsDir + '/source/'
for lang in os.listdir(dir):
- poFile = dir + lang
- + '/officecfg/registry/data/org/openoffice/Office/UI.po'
+ poFile = dir + lang + '/officecfg/registry/data/org/openoffice/Office/UI.po'
if not os.path.isfile(poFile):
continue