geary/po/CMakeLists.txt
Charles Lindsay 1932f46670 Support GNOME's Damned Lies workflow
This should get Geary ready to be integrated into l10n.gnome.org,
GNOME's Damned Lies translation project.  The biggest change is that we
no longer track a .pot file, but we set it up so that translators can
generate their own using intltool-update --pot.

Closes: bgo #713827
2014-01-10 11:04:10 -08:00

10 lines
204 B
CMake

file(STRINGS "LINGUAS" TRANSLATED)
IF (XGETTEXT_FOUND)
GETTEXT_CREATE_TRANSLATIONS(ALL ${TRANSLATED}
COMMENT "Creating translations.")
ELSE ()
message(STATUS "xgettext not found")
ENDIF()