]> git.ipfire.org Git - thirdparty/babel.git/commit
fix(extract): use the first matching method and options (#1121)
authorJames McKinney <26463+jpmckinney@users.noreply.github.com>
Mon, 9 Dec 2024 14:39:49 +0000 (09:39 -0500)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2024 14:39:49 +0000 (14:39 +0000)
commitb3c105e71c8d44bab746052806b386ec5eaeb427
tree06497d7959e550ac902e9b06d24518a28106f512
parentcfdbc633a0d9ddc43aeb61a43ff40ece787f2978
fix(extract): use the first matching method and options (#1121)

... instead of the first matching method and last matching options.

Co-authored-by: Aarni Koskela <akx@iki.fi>
babel/messages/extract.py
tests/messages/test_frontend.py
tests/messages/utils.py [new file with mode: 0644]