summaryrefslogtreecommitdiff
path: root/po/Makefile
AgeCommit message (Collapse)Author
2018-01-03Makefile: don't let paths in .pot files depend on where `make` was calledLuke Shumaker
2017-07-09po: add pot headersLuke Shumaker
2017-07-08Makefile: add support for compiling and installing localizationsLuke Shumaker
This means that the new `po/files.generate` target can be used to build the `.pot` files without doing anything else; we can stop requiring translators to install ruby-ronn. It also means that we can put the `.pot` files in the source tarball, to make it even easier for translators. Unfortunately, it does add the extra step of having to create another symlink when adding a new locale.