]>
Commit | Line | Data |
---|---|---|
7def2482 JAK |
1 | apt_add_translation_domain(libapt-pkg${APT_PKG_MAJOR} apt-pkg) |
2 | ||
3 | apt_add_translation_domain(apt # Domain | |
4 | apt apt-cache apt-get apt-config apt-cdrom | |
5 | apt-helper apt-mark | |
6 | apt-private | |
7 | # Methods | |
427fc68b JAK |
8 | file copy store gpgv cdrom http https ftp rred rsh |
9 | mirror | |
10 | ) | |
7def2482 JAK |
11 | |
12 | ||
13 | apt_add_translation_domain(apt-utils # Domain | |
14 | apt-sortpkgs | |
15 | apt-extracttemplates | |
16 | apt-internal-solver | |
17 | apt-dump-solver | |
18 | apt-internal-planner | |
19 | apt-ftparchive) | |
20 | ||
21 | # Add the translations for libapt-inst, and set the translation domain. | |
22 | apt_add_translation_domain(libapt-inst${APT_INST_MAJOR} apt-inst) |