summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/gettext.py
AgeCommit message (Expand)Author
2023-12-13Use SPDX-License-Identifier consistentlyDylan Baker
2023-02-01treewide: add future annotations importEli Schwartz
2022-05-29gettext: explicitly pass source root / subdir as cli argsEli Schwartz
2022-03-06scripts: accept the path of the gettext commands to run as an argumentEli Schwartz
2021-08-09i18n: use real build/install targets for gmo filesEli Schwartz
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2020-12-10Respect MESON_INSTALL_QUIET in gettext.pyDaan De Meyer
2020-09-08typing: fully annotate scriptsDaniel Mensinger
2020-08-20simplify shutil usage by invoking copy2 where appropriateEli Schwartz
2019-03-28gettext: prefer POTFILES.in if it existsEli Schwartz
2018-06-07gettext: Install .mo files atomicallyPhilip Chimento
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov
2017-10-07Create the .po file with the `update_po` subcommand if it doesn't existCorentin Noël
2017-06-03Allow empty extra arguments in gettext scriptRene Lopez
2017-04-19Drop terminating fullstop from "Installing blah to blah" messagesPeter Hutterer
2017-01-02style: fix E127 violationsIgor Gnatenko
2016-12-17gettext: Respect the --subdir argument before the MESON_SUBDIR varThibault Saunier
2016-12-07misc: Use relative imports everywhereNirbheek Chauhan
2016-12-06i18n: Improve language handlingPatrick Griffis
2016-11-02gettext: Use argparse to handle argumentsPatrick Griffis
2016-10-23gettext: Add update-po targetPatrick Griffis
2016-10-16gettext: Add ability to set GETTEXTDATADIRSPatrick Griffis
2016-10-07Remove shebangs on files that are not runnable and add execute bits to those ...Jussi Pakkanen
2016-09-25i18n: use POTFILES.in as fallback if there's no POTFILES in po dirTim-Philipp Müller
2016-06-16scripts: Use destdir_join fix for all DESTDIR prefixing (#598)Nirbheek Chauhan
2016-05-26Can pass extra args to xgettext. Closes #554.Jussi Pakkanen
2016-05-21Remove all special casing for gettext and use elementary operations instead.Jussi Pakkanen