]>
Commit | Line | Data |
---|---|---|
32a32d75 JAK |
1 | set(languages_excluded |
2 | he ## disabled by translator request #313283 | |
3 | ) | |
4 | ||
6ff8727a JAK |
5 | apt_add_translation_domain( |
6 | DOMAIN libapt-pkg${APT_PKG_MAJOR} | |
7 | TARGETS apt-pkg | |
32a32d75 | 8 | EXCLUDE_LANGUAGES ${languages_excluded} |
427fc68b | 9 | ) |
7def2482 | 10 | |
6ff8727a JAK |
11 | apt_add_translation_domain( |
12 | DOMAIN apt | |
13 | TARGETS apt apt-cache apt-get apt-config apt-cdrom apt-helper apt-mark | |
14 | apt-private | |
15 | # Methods | |
16 | file copy store gpgv cdrom http https ftp rred rsh mirror | |
17 | SCRIPTS ../dselect/install ../dselect/update | |
32a32d75 | 18 | EXCLUDE_LANGUAGES ${languages_excluded} |
6ff8727a | 19 | ) |
7def2482 | 20 | |
6ff8727a JAK |
21 | apt_add_translation_domain( |
22 | DOMAIN apt-utils | |
23 | TARGETS apt-sortpkgs | |
24 | apt-extracttemplates | |
25 | apt-internal-solver | |
26 | apt-dump-solver | |
27 | apt-internal-planner | |
28 | apt-ftparchive | |
32a32d75 | 29 | EXCLUDE_LANGUAGES ${languages_excluded} |
6ff8727a | 30 | ) |
7def2482 | 31 | |
6ff8727a JAK |
32 | apt_add_translation_domain( |
33 | DOMAIN libapt-inst${APT_INST_MAJOR} | |
34 | TARGETS apt-inst | |
32a32d75 | 35 | EXCLUDE_LANGUAGES ${languages_excluded} |
6ff8727a | 36 | ) |
9a5537fc JAK |
37 | |
38 | apt_add_update_po( | |
39 | TEMPLATE | |
40 | apt-all | |
41 | DOMAINS | |
42 | libapt-pkg${APT_PKG_MAJOR} | |
43 | libapt-inst${APT_INST_MAJOR} | |
44 | apt | |
45 | apt-utils | |
32a32d75 JAK |
46 | EXCLUDE_LANGUAGES |
47 | ${languages_excluded} | |
9a5537fc | 48 | ) |
ddf40a42 | 49 | |
32a32d75 | 50 | apt_add_po_statistics("${languages_excluded}") |