You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2023. It is now read-only.
I have seen a message key with '#' in it, that makes it hard to create a local override on wiki, because MediaWiki uses this character as anchor for the fragment.
Would be nice when the message keys are validated against a pattern, the default should be: [-+ _.,A-Za-z0-9].
:, & and # are problematic characters.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have seen a message key with '#' in it, that makes it hard to create a local override on wiki, because MediaWiki uses this character as anchor for the fragment.
Would be nice when the message keys are validated against a pattern, the default should be:
[-+ _.,A-Za-z0-9]
.:, & and # are problematic characters.
The text was updated successfully, but these errors were encountered: