Desktop file: make Keywords translatable
This commit is contained in:
parent
eeb3e17b73
commit
0418d0b5be
1 changed files with 1 additions and 1 deletions
|
@ -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"/' \
|
||||
|
|
Loading…
Reference in a new issue