logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 8575f658528a8370420f4e599410b651221db5af
parent: e351f8630c74865eba520e109e395bf3f7e81864
Author: kaniini <nenolod@gmail.com>
Date:   Fri, 26 Apr 2019 22:52:27 +0000

Merge branch 'strings/bbcode' into 'develop'

add BBCode strings

See merge request pleroma/pleroma-fe!772

Diffstat:

Msrc/i18n/cs.json3++-
Msrc/i18n/en.json3++-
Msrc/i18n/oc.json6+++---
Msrc/i18n/pl.json6+++---
4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/i18n/cs.json b/src/i18n/cs.json @@ -73,7 +73,8 @@ "content_type": { "text/plain": "Prostý text", "text/html": "HTML", - "text/markdown": "Markdown" + "text/markdown": "Markdown", + "text/bbcode": "BBCode" }, "content_warning": "Předmět (volitelný)", "default": "Právě jsem přistál v L.A.", diff --git a/src/i18n/en.json b/src/i18n/en.json @@ -77,7 +77,8 @@ "content_type": { "text/plain": "Plain text", "text/html": "HTML", - "text/markdown": "Markdown" + "text/markdown": "Markdown", + "text/bbcode": "BBCode" }, "content_warning": "Subject (optional)", "default": "Just landed in L.A.", diff --git a/src/i18n/oc.json b/src/i18n/oc.json @@ -77,7 +77,8 @@ "content_type": { "text/plain": "Tèxte brut", "text/html": "HTML", - "text/markdown": "Markdown" + "text/markdown": "Markdown", + "text/bbcode": "BBCode" }, "content_warning": "Avís de contengut (opcional)", "default": "Escrivètz aquí vòstre estatut.", @@ -460,4 +461,4 @@ "TiB": "Tio" } } -}- \ No newline at end of file +} diff --git a/src/i18n/pl.json b/src/i18n/pl.json @@ -74,7 +74,8 @@ "content_type": { "text/plain": "Czysty tekst", "text/html": "HTML", - "text/markdown": "Markdown" + "text/markdown": "Markdown", + "text/bbcode": "BBCode" }, "content_warning": "Temat (nieobowiązkowy)", "default": "Właśnie wróciłem z kościoła", @@ -431,4 +432,4 @@ "TiB": "TiB" } } -}- \ No newline at end of file +}