summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-02-23 20:28:18 +0300
committerAndrei Karas <akaras@inbox.ru>2014-02-23 20:28:18 +0300
commit366315b1909281354b5f86870aa9289d1a533e0d (patch)
treec3cda787d58d4232b28a40245f5b049f460cc208
parenteed93efa8aa8539b47f225b4abafe6d59bebe67d (diff)
downloadplus-366315b1909281354b5f86870aa9289d1a533e0d.tar.gz
plus-366315b1909281354b5f86870aa9289d1a533e0d.tar.bz2
plus-366315b1909281354b5f86870aa9289d1a533e0d.tar.xz
plus-366315b1909281354b5f86870aa9289d1a533e0d.zip
Add missing translations into make files.
-rw-r--r--data/translations/help/CMakeLists.txt2
-rw-r--r--data/translations/help/Makefile.am4
2 files changed, 5 insertions, 1 deletions
diff --git a/data/translations/help/CMakeLists.txt b/data/translations/help/CMakeLists.txt
index 9579b6d41..4cf2b1318 100644
--- a/data/translations/help/CMakeLists.txt
+++ b/data/translations/help/CMakeLists.txt
@@ -1,4 +1,5 @@
SET(FILES
+ cs.po
de.po
es.po
fr.po
@@ -7,6 +8,7 @@ SET(FILES
pl.po
pt_BR.po
ru.po
+ zh_CN.po
)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/translations/help)
diff --git a/data/translations/help/Makefile.am b/data/translations/help/Makefile.am
index d1754d13e..fd0a23ee7 100644
--- a/data/translations/help/Makefile.am
+++ b/data/translations/help/Makefile.am
@@ -1,6 +1,7 @@
helpdir = $(pkgdatadir)/data/translations/help
help_DATA = \
+ cs.po \
de.po \
es.po \
fr.po \
@@ -8,7 +9,8 @@ help_DATA = \
nl_BE.po \
pl.po \
pt_BR.po \
- ru.po
+ ru.po \
+ zh_CN.po
EXTRA_DIST = \
$(help_DATA) \