1
0
Fork 0

Desktop file: make Keywords translatable

This commit is contained in:
scx 2019-09-08 05:15:16 +02:00 committed by Thomas Goyne
parent eeb3e17b73
commit 0418d0b5be
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ find ../automation -name *.lua \
| sed 's/\\/\\\\\\\\/g' \
| maybe_append
for i in 'Name' 'GenericName' 'Comment'
for i in 'Name' 'GenericName' 'Comment' 'Keywords'
do
grep ^_$i -n ../packages/desktop/aegisub.desktop.template.in \
| sed 's/\([0-9]\+\):[^=]\+=\(.*\)$/aegisub.desktop|\1|"\2"/' \