Skip to content

Commit

Permalink
po-docs: Ship some untranslated PO files.
Browse files Browse the repository at this point in the history
Add untranslated PO files to EXTRA_DIST.
  • Loading branch information
rwmjones committed Feb 27, 2015
1 parent 6c7823b commit ecbbfc9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion po-docs/Makefile.am
Expand Up @@ -21,13 +21,18 @@ include $(top_srcdir)/subdir-rules.mk
# into the po/ directory and the translations into the usual
# libguestfs.pot file.

# Languages.
# Languages that we translate.
# Don't use LINGUAS (uppercase) as Gentoo defines it (RHBZ#804464).
linguas = ja uk

# Languages that we have PO files for, but we don't translate
# because there is insufficient coverage.
linguas_not_translated = de en_GB es eu fr nl tg zh_CN

EXTRA_DIST = \
libguestfs-docs.pot \
$(linguas:%=%.po) \
$(linguas_not_translated:%=%.po) \
podfiles

CLEANFILES = po4a.conf
Expand Down

0 comments on commit ecbbfc9

Please sign in to comment.