Steps to reproduce the issue (include links if applicable):
What happens?
The literal text <nowiki>#</nowiki>babel パーサー関数によって生成されるカテゴリをカスタマイズする。 is shown, including the nowiki tag itself.
What should have happened instead?
According to MediaWiki:Communityconfiguration-babel-description/qqq,
If your translation would start with #, use <nowiki>#</nowiki> instead, so that the message does not display as a numbered list.
Therefore, <nowiki>#</nowiki> should be interpreted and not shown literally.
Software version (from Special:Version; skip for WMF-hosted wikis):
Found on the English Wikipedia.
Additional notes:
This seems to indicate that the CommunityConfiguration interface is not parsing <nowiki> tags correctly in localized message descriptions.
