summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-12-27 22:12:47 +0100
committerAndras Timar <andras.timar@collabora.com>2018-12-27 22:31:35 +0100
commita998c4af7c0ffe545404867fa51b77db061af25f (patch)
treecc912f9280e625382dc2e4ca5a033897a6d00d79 /scripts
parentclarifying allowed_languages setting (diff)
downloadonline-a998c4af7c0ffe545404867fa51b77db061af25f.tar.gz
online-a998c4af7c0ffe545404867fa51b77db061af25f.zip
enable l10n of shape group names of insert shapes dropdown panel
Change-Id: I4999fef8f40b09b81fd27c333a74b8575640ed29
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/locorestrings.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/locorestrings.py b/scripts/locorestrings.py
index e485d181de..537d520d08 100755
--- a/scripts/locorestrings.py
+++ b/scripts/locorestrings.py
@@ -48,9 +48,9 @@ if __name__ == "__main__":
sys.stderr.write('Generating ' + lang + '...\n')
- # extract 'Clear formatting' and some status bar strings
+ # extract 'Clear formatting', shape group names, and some status bar strings
poFile = dir + lang + '/svx/messages.po'
- extractFromPo(poFile, ["RID_SVXSTR_CLEARFORM", "RID_SVXSTR_OVERWRITE_TEXT", "selectionmenu|"], translations)
+ extractFromPo(poFile, ["RID_SVXSTR_CLEARFORM", "RID_SVXSTR_OVERWRITE_TEXT", "selectionmenu|", "defaultshapespanel|"], translations)
# extract Writer style names and status bar strings
poFile = dir + lang + '/sw/messages.po'