senaite / senaite.core

Enterprise Open Source Laboratory System (LIMS)
https://senaite.com
GNU General Public License v2.0
254 stars 145 forks source link

fix "Progress" missing i18n support #2585

Closed fengyundeng closed 3 months ago

fengyundeng commented 3 months ago

Description of the issue/feature this PR addresses

Linked issue: https://github.com/senaite/senaite.core/issues/

Current behavior before PR

str "Progress" not support i18n

Desired behavior after PR is merged

str "Porgress" works in the mechanism of i18n

I confirm I have tested this PR thoroughly and coded it according to PEP8 and Plone's Python styleguide standards.