aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/gettext.py
AgeCommit message (Expand)AuthorFilesLines
2019-03-28gettext: prefer POTFILES.in if it existsEli Schwartz1-2/+2
2018-06-07gettext: Install .mo files atomicallyPhilip Chimento1-2/+4
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-1/+1
2017-10-07Create the .po file with the `update_po` subcommand if it doesn't existCorentin Noël1-1/+4
2017-06-03Allow empty extra arguments in gettext scriptRene Lopez1-1/+1
2017-04-19Drop terminating fullstop from "Installing blah to blah" messagesPeter Hutterer1-1/+1
2017-01-02style: fix E127 violationsIgor Gnatenko1-1/+1
2016-12-17gettext: Respect the --subdir argument before the MESON_SUBDIR varThibault Saunier1-1/+3
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan1-1/+1
2016-12-06i18n: Improve language handlingPatrick Griffis1-1/+20
2016-11-02gettext: Use argparse to handle argumentsPatrick Griffis1-26/+28
2016-10-23gettext: Add update-po targetPatrick Griffis1-0/+16
2016-10-16gettext: Add ability to set GETTEXTDATADIRSPatrick Griffis1-3/+11
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen1-2/+0
2016-09-25i18n: use POTFILES.in as fallback if there's no POTFILES in po dirTim-Philipp Müller1-0/+6
2016-06-16scripts: Use destdir_join fix for all DESTDIR prefixing (#598)Nirbheek Chauhan1-1/+3
2016-05-26Can pass extra args to xgettext. Closes #554.Jussi Pakkanen1-3/+3
2016-05-21Remove all special casing for gettext and use elementary operations instead.Jussi Pakkanen1-0/+65