summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2017-07-09po/es: Run msgmerge to update for fixed librexgettextv20170709Luke Shumaker
I ran `msgmerge -UFi xbs.po ../xbs.pot` for each message domain, but used git gui to only stage substansive changes; not any changes to line-wrapping.
2017-07-09po: do checks on localizations before compiling themLuke Shumaker
2017-07-09po: add pot headersLuke Shumaker
2017-07-09Get it producing .mo files again.Luke Shumaker
2017-07-08l10n: es: Fix obvious problemsLuke Shumaker
There are two places where the punctuation was on the outside of the end-quote; leading to syntax errors. There's one place where the msgid was partially translated.
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.
2017-07-08po/HACKING: mention package dependenciesLuke Shumaker
2017-07-06More translations to po/es/libretools.poDavid P
2017-07-05Parcially translated libretools.po to Spanish [es]David P
It's the longest one, it will take time, but from bit to bit it works :)
2017-07-05Translated xbs.po to Spanish [es]David P
2017-07-05Translated librelib.po to Spanish [es]David P
2017-07-05Translated gitget.po to Spanish [es]David P
2017-07-05add a po/HACKING file explaining how to add translationsLuke Shumaker
2014-07-02Generate po/*.pot filesLuke Shumaker