From 2bf584b89f4bda5b508b1768720c270045d43da9 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Tue, 17 Jun 2025 08:13:03 +0500 Subject: [PATCH] i18n: add translation for Misskey Flavored Markdown --- src/i18n/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 9f52d7bd1..14f36844b 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -291,7 +291,8 @@ "text/plain": "Plain text", "text/html": "HTML", "text/markdown": "Markdown", - "text/bbcode": "BBCode" + "text/bbcode": "BBCode", + "text/x.misskeymarkdown": "MFM" }, "content_type_selection": "Post format", "content_warning": "Subject (optional)",