python-babel / babel

The official repository for Babel, the Python Internationalization Library
http://babel.pocoo.org/
BSD 3-Clause "New" or "Revised" License
1.29k stars 433 forks source link

default "short" time formatting for fr_CA locale should not include spaces #1013

Closed joeyorlando closed 1 year ago

joeyorlando commented 1 year ago

Overview Description

Using version 2.12.1

Steps to Reproduce

>>> import babel
>>> import datetime
>>> now = datetime.datetime.now()
>>> babel.dates.format_time(now, format="short", locale="fr_CA")
'15 h 27'

I would expect the result to instead be 15h27