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