File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Main:
23
23
24
24
It was generated by the extract_action_strings script on %s UTC.
25
25
'''
26
- """ % (dt .utcnow ( ))
26
+ """ % (dt .now ( datetime . UTC ))
27
27
outstring += "\n "
28
28
for fn in action_files :
29
29
keyfile = GLib .KeyFile .new ()
Original file line number Diff line number Diff line change 2
2
data/nemo-actions/extract_action_strings data/nemo-actions
3
3
itstool -o nemo.pot data/nemo.xml.in
4
4
xgettext -c --join-existing --from-code=UTF-8 --keyword=_ --keyword=N_ --output=nemo.pot \
5
- src/* .c libnemo-extension/* .c libnemo-private/* .c eel/* .c \
6
- data/nemo-actions/action_i18n_strings.py generate_additional_file
5
+ src/* .c libnemo-extension/* .c libnemo-private/* .c eel/* .c
7
6
xgettext -c --join-existing -L Glade gresources/* .glade --output=nemo.pot
8
7
xgettext -c --join-existing -L Glade gresources/* .ui --output=nemo.pot
9
8
xgettext -c --join-existing -L Glade action-layout-editor/* .glade --output=nemo.pot
10
- xgettext -c --join-existing -L Python action-layout-editor/* .py --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
You can’t perform that action at this time.
0 commit comments