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
fix: wrap entire section heading in <translate> tags per MediaWiki guidelines
Instead of wrapping only the heading text (==<translate>text</translate>==),
the entire heading including == markers is now wrapped with translate tags on
their own lines (<translate>\n==text==\n</translate>). This preserves heading
context for translators and enables automatic language anchors without needing
{{anchor}} workarounds.
0 commit comments