Skip to content

Commit 15b5ba8

Browse files
committed
Reduce the number of translations built to only include ones with actual translations.
Fix invalid man-page alias translation attempt.
1 parent bab6966 commit 15b5ba8

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

docs/po4a.cfg

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[options] --master-charset UTF-8 --localized-charset UTF-8
22

3-
[po4a_langs] ar bg ckb cs da de es fr hu it ka nb pl pt_BR pt ro ru sai sk sv tr uk vi zh_CN
3+
# Original list
4+
#[po4a_langs] ar bg ckb cs da de es fr hu it ka nb pl pt_BR pt ro ru sai sk sv tr uk vi zh_CN
5+
# Actual in makefile(s)
6+
#[po4a_langs] ar de es fr nb ru sv tr zh_CN
7+
# Languages with any real translations
8+
[po4a_langs] de es fr nb ru zh_CN
9+
410
[po4a_paths] po/documentation.pot $lang:po/$lang.po
511

612
[po4a_alias:AsciiDoc_def] AsciiDoc opt:"--keep 0 --option 'entry=lang' --option 'tablecells'"
@@ -406,7 +412,6 @@
406412
[type: man_def] man/man9/flipflop.9 $lang:man/$lang/man9/flipflop.9
407413
[type: man_def] man/man9/gantry.9 $lang:man/$lang/man9/gantry.9
408414
[type: man_def] man/man9/gearchange.9 $lang:man/$lang/man9/gearchange.9
409-
[type: man_def] man/man9/genserkins.9 $lang:man/$lang/man9/genserkins.9
410415
[type: man_def] man/man9/gray2bin.9 $lang:man/$lang/man9/gray2bin.9
411416
[type: man_def] man/man9/histobins.9 $lang:man/$lang/man9/histobins.9
412417
[type: man_def] man/man9/hypot.9 $lang:man/$lang/man9/hypot.9

0 commit comments

Comments
 (0)