{{ i18n.ts._mfm.borderDescription }}
+diff --git a/locales/en-US.yml b/locales/en-US.yml index bdfb1c6b4..046be6788 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1341,6 +1341,15 @@ _mfm: plain: "Plain" plainDescription: "Deactivates the effects of all MFM contained within this MFM effect." + border: "Border" + borderDescription: "Adds a border around content." + ruby: "Ruby" + rubyDescription: "Render a small annotation above text, Usually used for showing pronounciations of East Asian characters." + unixtime: "Unix Time" + unixtimeDescription: "Convert a number of seconds since 1st of January, 1970 to a readable date." + followmouse: "Follow Mouse" + followmouseDescription: "Make content follow the mouse cursor." + followmouseToggle: "Toggle preview" _instanceTicker: none: "Never show" remote: "Show for remote users" diff --git a/packages/client/src/pages/mfm-cheat-sheet.vue b/packages/client/src/pages/mfm-cheat-sheet.vue index e870ecbdf..1f0d57853 100644 --- a/packages/client/src/pages/mfm-cheat-sheet.vue +++ b/packages/client/src/pages/mfm-cheat-sheet.vue @@ -437,6 +437,55 @@ +
{{ i18n.ts._mfm.borderDescription }}
+{{ i18n.ts._mfm.rubyDescription }}
+{{ i18n.ts._mfm.unixtimeDescription }}
+{{ i18n.ts._mfm.followmouseDescription }}
+