Skip to content

Commit 349d8e4

Browse files
committed
makepot: Fix sorting and moved filename
- nemo-action-layout-editor.glade was moved to gresources - Keep the same order as before for now (changing this makes it hard to identify diffs prior to release and it can mess up Launchpad leading to removal/recreation of msgids there).
1 parent adba565 commit 349d8e4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

makepot

+9-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@ data/nemo-actions/extract_action_strings data/nemo-actions
33
itstool -o nemo.pot data/nemo.xml.in
44
xgettext -c --join-existing --from-code=UTF-8 --keyword=_ --keyword=N_ --output=nemo.pot \
55
src/*.c libnemo-extension/*.c libnemo-private/*.c eel/*.c
6-
xgettext -c --join-existing -L Glade gresources/*.glade --output=nemo.pot
6+
7+
xgettext -c --join-existing -L Python data/nemo-actions/action_i18n_strings.py generate_additional_file --output=nemo.pot
8+
xgettext -c --join-existing -L Glade gresources/nemo-bookmarks-window.glade --output=nemo.pot
9+
xgettext -c --join-existing -L Glade gresources/nemo-desktop-overlay.glade --output=nemo.pot
10+
xgettext -c --join-existing -L Glade gresources/nemo-desktop-preferences.glade --output=nemo.pot
11+
xgettext -c --join-existing -L Glade gresources/nemo-file-management-properties.glade --output=nemo.pot
12+
xgettext -c --join-existing -L Glade gresources/nemo-search-bar.glade --output=nemo.pot
713
xgettext -c --join-existing -L Glade gresources/*.ui --output=nemo.pot
8-
xgettext -c --join-existing -L Glade action-layout-editor/*.glade --output=nemo.pot
9-
xgettext -c --join-existing -L Python action-layout-editor/*.py data/nemo-actions/action_i18n_strings.py \
10-
generate_additional_file --output=nemo.pot
14+
xgettext -c --join-existing -L Glade gresources/nemo-action-layout-editor.glade --output=nemo.pot
15+
xgettext -c --join-existing -L Python action-layout-editor/*.py --output=nemo.pot

0 commit comments

Comments
 (0)