]> git.saurik.com Git - apt.git/blob - po/CMakeLists.txt
Don't download "optional" files not in Release :/.
[apt.git] / po / CMakeLists.txt
1 include(Translations)
2
3 set(languages_excluded
4 he ## disabled by translator request #313283
5 )
6
7 apt_add_translation_domain(
8 DOMAIN libapt-pkg${APT_PKG_MAJOR}
9 TARGETS apt-pkg
10 EXCLUDE_LANGUAGES ${languages_excluded}
11 )
12
13 apt_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
20 EXCLUDE_LANGUAGES ${languages_excluded}
21 )
22
23 apt_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
31 EXCLUDE_LANGUAGES ${languages_excluded}
32 )
33
34 apt_add_translation_domain(
35 DOMAIN libapt-inst${APT_INST_MAJOR}
36 TARGETS apt-inst
37 EXCLUDE_LANGUAGES ${languages_excluded}
38 )
39
40 apt_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
48 EXCLUDE_LANGUAGES
49 ${languages_excluded}
50 )
51
52 apt_add_po_statistics("${languages_excluded}")