webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.37k stars 214 forks source link

Sets "Pywb Error" string as translatable in error template #868

Closed Quirinus closed 10 months ago

Quirinus commented 11 months ago

Description

Sets the "Pywb Error" string in the <h2> heading as translatable in the error.html template.

Motivation and Context

Screenshots (if appropriate):

image The "Pywb Error" isn't translated, but this pull request fixes that.

Types of changes

Checklist:

I have no idea how to run the tests, but hopefully just making a string translatable shouldn't break anything.

tw4l commented 10 months ago

Confirmed that the test failure seen in CI is happening on main and not related to this change (thought so but wanted to make sure!), so I'm going to go ahead and merge this in and resolve that separately.