{{ i18n.ts._mfm.positionDescription }}
+diff --git a/locales/en-US.yml b/locales/en-US.yml index a11a404d6a..2feb2cd947 100644 --- a/locales/en-US.yml +++ b/locales/en-US.yml @@ -1237,6 +1237,14 @@ _mfm: sparkleDescription: "Gives content a sparkling particle effect." rotate: "Rotate" rotateDescription: "Turns content by a specified angle." + position: "Position" + positionDescription: "Move content by a specified amount." + scale: "Scale" + scaleDescription: "Scale content by a specified amount." + foreground: "Foreground color" + foregroundDescription: "Change the foreground color of text." + background: "Background color" + backgroundDescription: "Change the background color of text." plain: "Plain" plainDescription: "Deactivates the effects of all MFM contained within this MFM\ \ effect." diff --git a/packages/client/src/pages/mfm-cheat-sheet.vue b/packages/client/src/pages/mfm-cheat-sheet.vue index 1f3f0bea27..1946d17ce4 100644 --- a/packages/client/src/pages/mfm-cheat-sheet.vue +++ b/packages/client/src/pages/mfm-cheat-sheet.vue @@ -341,6 +341,54 @@ +
{{ i18n.ts._mfm.positionDescription }}
+{{ i18n.ts._mfm.scaleDescription }}
+{{ i18n.ts._mfm.foregroundDescription }}
+{{ i18n.ts._mfm.backgroundDescription }}
+