summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/gettext.py
Commit message (Expand)AuthorAgeFilesLines
* gettext: prefer POTFILES.in if it existsEli Schwartz2019-03-281-2/+2
* gettext: Install .mo files atomicallyPhilip Chimento2018-06-071-2/+4
* Use os.path: basename() and dirname() instead of split()Aleksey Filippov2018-01-301-1/+1
* Create the .po file with the `update_po` subcommand if it doesn't existCorentin Noël2017-10-071-1/+4
* Allow empty extra arguments in gettext scriptRene Lopez2017-06-031-1/+1
* Drop terminating fullstop from "Installing blah to blah" messagesPeter Hutterer2017-04-191-1/+1
* style: fix E127 violationsIgor Gnatenko2017-01-021-1/+1
* gettext: Respect the --subdir argument before the MESON_SUBDIR varThibault Saunier2016-12-171-1/+3
* misc: Use relative imports everywhereNirbheek Chauhan2016-12-071-1/+1
* i18n: Improve language handlingPatrick Griffis2016-12-061-1/+20
* gettext: Use argparse to handle argumentsPatrick Griffis2016-11-021-26/+28
* gettext: Add update-po targetPatrick Griffis2016-10-231-0/+16
* gettext: Add ability to set GETTEXTDATADIRSPatrick Griffis2016-10-161-3/+11
* Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen2016-10-071-2/+0
* i18n: use POTFILES.in as fallback if there's no POTFILES in po dirTim-Philipp Müller2016-09-251-0/+6
* scripts: Use destdir_join fix for all DESTDIR prefixing (#598)Nirbheek Chauhan2016-06-161-1/+3
* Can pass extra args to xgettext. Closes #554.Jussi Pakkanen2016-05-261-3/+3
* Remove all special casing for gettext and use elementary operations instead.Jussi Pakkanen2016-05-211-0/+65