Skip to content
Snippets Groups Projects
Commit 1f28a0df authored by Aya Morisawa's avatar Aya Morisawa Committed by syuilo
Browse files

Improve nya

parent f56ec82f
No related branches found
No related tags found
No related merge requests found
......@@ -340,7 +340,7 @@ export const pack = async (
_note = await rap(_note);
if (_note.user.isCat && _note.text) {
_note.text = _note.text.replace(/な/g, 'にゃ').replace(/ナ/g, 'ニャ');
_note.text = _note.text.replace(/な/g, 'にゃ').replace(/ナ/g, 'ニャ').replace(/ナ/g, 'ニャ');
}
if (hide) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment