File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88
99
1010 <mime-type type =" application/nemo-action" >
11- <_comment >A Nemo action definition file </_comment >
11+ <_comment >Nemo action definition</_comment >
1212 <generic-icon name =" text-x-generic" />
1313 <sub-class-of type =" text/plain" />
1414 <glob pattern =" *.nemo_action" />
Original file line number Diff line number Diff line change 11#! /bin/bash
22data/nemo-actions/extract_action_strings data/nemo-actions
3- xgettext -c --from-code=UTF-8 --keyword=_ --keyword=N_ --output=nemo.pot \
3+ itstool -o nemo.pot data/nemo.xml.in
4+ xgettext -c --join-existing --from-code=UTF-8 --keyword=_ --keyword=N_ --output=nemo.pot \
45 src/* .c libnemo-extension/* .c libnemo-private/* .c eel/* .c \
56 data/nemo-actions/action_i18n_strings.py generate_additional_file
67xgettext -c --join-existing -L Glade gresources/* .glade --output=nemo.pot
You can’t perform that action at this time.
0 commit comments