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