Releases: OctoPrint/OctoPrint-Setuptools
Releases · OctoPrint/OctoPrint-Setuptools
1.0.3
1.0.2
1.0.1
Changes
babel_*
commands now normalize the locale string, e.g.zh_HK
gets turned into the canonicalzh_Hant_HK
. That way, babel will actually be able to correctly find any such translations (which are looked up based on the canonical locale string).babel_*
commands are only added to thecmdclass
output ifbabel
can be imported.