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
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-02-01
treewide: add future annotations import
Eli Schwartz
2022-05-29
gettext: explicitly pass source root / subdir as cli args
Eli Schwartz
2022-03-06
scripts: accept the path of the gettext commands to run as an argument
Eli Schwartz
2021-08-09
i18n: use real build/install targets for gmo files
Eli Schwartz
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2020-12-10
Respect MESON_INSTALL_QUIET in gettext.py
Daan De Meyer
2020-09-08
typing: fully annotate scripts
Daniel Mensinger
2020-08-20
simplify shutil usage by invoking copy2 where appropriate
Eli Schwartz
2019-03-28
gettext: prefer POTFILES.in if it exists
Eli Schwartz
2018-06-07
gettext: Install .mo files atomically
Philip Chimento
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