]> git.ipfire.org Git - thirdparty/babel.git/commit
Allow falling back to modifier-less locale data when modified data is missing issue-1089 1104/head
authorAarni Koskela <akx@iki.fi>
Thu, 18 Jul 2024 09:18:10 +0000 (12:18 +0300)
committerAarni Koskela <akx@iki.fi>
Thu, 18 Jul 2024 09:18:10 +0000 (12:18 +0300)
commit439faab7588d38219dcdcb3528b7472c7341ed6f
tree1c7b2b71e56cfb7fd319863487f188461c9a3048
parent2f87363410f3c904e107e85ca10b9f84902db93f
Allow falling back to modifier-less locale data when modified data is missing

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