]> git.saurik.com Git - apt.git/blame - po/CMakeLists.txt
CMake: Translations: Build apt-all.pot and update .po files
[apt.git] / po / CMakeLists.txt
CommitLineData
6ff8727a
JAK
1apt_add_translation_domain(
2 DOMAIN libapt-pkg${APT_PKG_MAJOR}
3 TARGETS apt-pkg
427fc68b 4)
7def2482 5
6ff8727a
JAK
6apt_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
15apt_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
25apt_add_translation_domain(
26 DOMAIN libapt-inst${APT_INST_MAJOR}
27 TARGETS apt-inst
28)
9a5537fc
JAK
29
30apt_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)