common-voice / sentence-collector

Tool to collect and review sentences for Common Voice
https://commonvoice.mozilla.org/sentence-collector/
Mozilla Public License 2.0
81 stars 62 forks source link

Localization: Fix links pointing to non-prefixed URLs #504

Closed MichaelKohler closed 3 years ago

MichaelKohler commented 3 years ago

With the latest l10n changes I messed up the active header underline. It's not shown anymore because the link in the header does not yet use the locale prefix.

Additionally there are some other links that directly point to the non-prefixed URL, such as /add which does not work for non-English locales as you get redirected to the EN version when clicking the link.

MichaelKohler commented 3 years ago

To not make a mess, let's tackle this once https://github.com/common-voice/sentence-collector/pull/501 is merged.

MichaelKohler commented 3 years ago

:tada: This issue has been resolved in version 2.12.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: