From 55823b8d67e004f7e6f4c1ead59e6a09c049773e Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 26 Apr 2019 22:48:21 +0000 Subject: [PATCH] add BBCode strings --- src/i18n/cs.json | 3 ++- src/i18n/en.json | 3 ++- src/i18n/oc.json | 5 +++-- src/i18n/pl.json | 5 +++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/i18n/cs.json b/src/i18n/cs.json index 020092a6b1..5f2f2b71bc 100644 --- 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 index 7dca05e3d8..711e8d313b 100644 --- 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 index 83bd97cffa..a582623957 100644 --- 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 index 8efce168ce..715e5d6e67 100644 --- 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 +}