]> git.ipfire.org Git - thirdparty/babel.git/commit
Support 't' specifier in keywords (#1015)
authorJean Abou-Samra <jean@abou-samra.fr>
Sun, 1 Oct 2023 09:53:54 +0000 (11:53 +0200)
committerGitHub <noreply@github.com>
Sun, 1 Oct 2023 09:53:54 +0000 (12:53 +0300)
commit6fc07a27c00cc67e32a5e5e610fe8a9a0b3756f1
tree2c0690e7c3ae2674092ecfabe28fa93b0d991be6
parent9ef53c6a6ab5fc604b58ccb19dc63ebcf8edd28b
Support 't' specifier in keywords (#1015)

* Support 't' specifier in keywords
* Document --keyword format
* Document parse_keywords output format and make logic more readable

Fixes #1014
babel/messages/extract.py
babel/messages/frontend.py
docs/cmdline.rst
tests/messages/test_frontend.py