diff options
Diffstat (limited to 'data/translations/help/Makefile.am')
-rw-r--r-- | data/translations/help/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
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) \ |