Skip to content

Commit a5a7bc5

Browse files
committed
meson: Remove no longer used xgettext keywords
Match 089eb91. Also fix the indentation.
1 parent 207a1f4 commit a5a7bc5

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

po/meson.build

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ i18n = import('i18n')
66
# of the Windows installer (iss), from Lua scripts and JSON files.
77
# Until a solution is found, POT updates should continue to use make_pot.sh.
88
i18n.gettext('aegisub',
9-
args: [
10-
'-k_', '-kSTR_MENU', '-kSTR_DISP', '-kSTR_HELP',
11-
'-kCOMMAND_GROUP:3', '-kCOMMAND_GROUP:4',
12-
'-kCOMMAND_GROUP:5,', '-kwxT', '-kfmt_tl',
13-
'-kfmt_plural:2,3', '-kwxPLURAL:1,2',
14-
'--sort-by-file'
15-
],
16-
install_dir: localedir)
9+
args: [
10+
'-k_', '-kSTR_MENU', '-kSTR_DISP', '-kSTR_HELP',
11+
'-kCOMMAND_GROUP:3', '-kCOMMAND_GROUP:4', '-kCOMMAND_GROUP:5,',
12+
'-kfmt_tl', '-kfmt_plural:2,3',
13+
'--sort-by-file'
14+
],
15+
install_dir: localedir)

0 commit comments

Comments
 (0)