index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
scripts
/
gettext.py
Age
Commit message (
Expand
)
Author
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
2017-10-07
Create the .po file with the `update_po` subcommand if it doesn't exist
Corentin Noël
2017-06-03
Allow empty extra arguments in gettext script
Rene Lopez
2017-04-19
Drop terminating fullstop from "Installing blah to blah" messages
Peter Hutterer
2017-01-02
style: fix E127 violations
Igor Gnatenko
2016-12-17
gettext: Respect the --subdir argument before the MESON_SUBDIR var
Thibault Saunier
2016-12-07
misc: Use relative imports everywhere
Nirbheek Chauhan
2016-12-06
i18n: Improve language handling
Patrick Griffis
2016-11-02
gettext: Use argparse to handle arguments
Patrick Griffis
2016-10-23
gettext: Add update-po target
Patrick Griffis
2016-10-16
gettext: Add ability to set GETTEXTDATADIRS
Patrick Griffis
2016-10-07
Remove shebangs on files that are not runnable and add execute bits to those ...
Jussi Pakkanen
2016-09-25
i18n: use POTFILES.in as fallback if there's no POTFILES in po dir
Tim-Philipp Müller
2016-06-16
scripts: Use destdir_join fix for all DESTDIR prefixing (#598)
Nirbheek Chauhan
2016-05-26
Can pass extra args to xgettext. Closes #554.
Jussi Pakkanen
2016-05-21
Remove all special casing for gettext and use elementary operations instead.
Jussi Pakkanen