]> git.ipfire.org Git - thirdparty/babel.git/commit
Allow falling back to modifier-less locale data when modified data is missing (#1104)
authorAarni Koskela <akx@iki.fi>
Thu, 25 Jul 2024 09:38:57 +0000 (12:38 +0300)
committerGitHub <noreply@github.com>
Thu, 25 Jul 2024 09:38:57 +0000 (12:38 +0300)
commit42d793cb4408a296e5618e1bce8d176fc588ce57
tree3abca38d42926128e02b5174ed0323732f1eb599
parent32f41c22d589d7f187448be477affe1cfbcbc59d
Allow falling back to modifier-less locale data when modified data is missing (#1104)

IOW, e.g. the data loaded by `ja_JP@mod` is `ja_JP` in the absence of data that would have the modifier present.

Fixes #1089
babel/core.py
tests/test_dates.py