summaryrefslogtreecommitdiff
path: root/test cases/frameworks/6 gettext/src
AgeCommit message (Collapse)Author
2021-06-17update gettext test to use new intl dependencyEli Schwartz
Tests that we find something sensible for intl, capable of producing binaries using gettext() to translate stuff. No more need to manually check headers and *maybe* include the intl library, which we were doing before; the new dependency actually simplifies the existing test, and should simplify users' build files too...
2016-09-04Some platforms require linking against libintl explicitly.Jussi Pakkanen
2013-09-12Now can generate mo files from po files and install them.Jussi Pakkanen
2013-09-12Some work on gettext.Jussi Pakkanen
2013-09-11Basic test case for gettext.Jussi Pakkanen