summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
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