File: makepot

package info (click to toggle)
nemo 6.4.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,088 kB
  • sloc: ansic: 127,474; xml: 1,555; python: 1,434; sh: 57; makefile: 20
file content (15 lines) | stat: -rwxr-xr-x 1,120 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
data/nemo-actions/extract_action_strings data/nemo-actions
itstool -o nemo.pot data/nemo.xml.in
xgettext -c --join-existing --from-code=UTF-8 --keyword=_ --keyword=N_ --output=nemo.pot \
    src/*.c libnemo-extension/*.c libnemo-private/*.c eel/*.c

xgettext -c --join-existing  -L Python data/nemo-actions/action_i18n_strings.py generate_additional_file --output=nemo.pot
xgettext -c --join-existing  -L Glade gresources/nemo-bookmarks-window.glade --output=nemo.pot
xgettext -c --join-existing  -L Glade gresources/nemo-desktop-overlay.glade --output=nemo.pot
xgettext -c --join-existing  -L Glade gresources/nemo-desktop-preferences.glade --output=nemo.pot
xgettext -c --join-existing  -L Glade gresources/nemo-file-management-properties.glade --output=nemo.pot
xgettext -c --join-existing  -L Glade gresources/nemo-search-bar.glade --output=nemo.pot
xgettext -c --join-existing  -L Glade gresources/*.ui --output=nemo.pot
xgettext -c --join-existing  -L Glade gresources/nemo-action-layout-editor.glade --output=nemo.pot
xgettext -c --join-existing  -L Python action-layout-editor/*.py --output=nemo.pot