Some content is still not localizable. This list compiles the missing content I noticed untranslatable. Everything is open to discussion :smile:
I fixed the "locale updated" flash message in https://github.com/pypa/warehouse/pull/7452.
The status message is loaded on the frontend from StatusPage so will probably not be localizable.
Some of these are due to https://github.com/pypa/warehouse/issues/6825 as well.
Status message "All Systems Operational" in the footer is translatable.
Status message "All Systems Operational" in the footer is translatable.
It's not, these strings come from an API call to an external service that happens with client-side JavaScript:
Most helpful comment
It's not, these strings come from an API call to an external service that happens with client-side JavaScript:
https://github.com/pypa/warehouse/blob/0ad848d266619c7961bcc0cc1cdad45fc9495d12/warehouse/templates/base.html#L310-L312
https://github.com/pypa/warehouse/blob/0ad848d266619c7961bcc0cc1cdad45fc9495d12/warehouse/static/js/warehouse/utils/statuspage.js#L14-L26