aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2019-04-26 22:48:21 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2019-04-26 22:48:21 +0000
commit55823b8d67e004f7e6f4c1ead59e6a09c049773e (patch)
tree032078692d2a963087dca6140cce4edbe6fbc0d3
parente351f8630c74865eba520e109e395bf3f7e81864 (diff)
add BBCode strings
-rw-r--r--src/i18n/cs.json3
-rw-r--r--src/i18n/en.json3
-rw-r--r--src/i18n/oc.json5
-rw-r--r--src/i18n/pl.json5
4 files changed, 10 insertions, 6 deletions
diff --git a/src/i18n/cs.json b/src/i18n/cs.json
index 020092a6..5f2f2b71 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 7dca05e3..711e8d31 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 83bd97cf..a5826239 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 8efce168..715e5d6e 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
+}