about summary refs log tree commit diff
path: root/app/javascript/mastodon/locales/tai.json
diff options
context:
space:
mode:
authorMélanie Chauvel <perso@hack-libre.org>2020-10-27 03:05:50 +0100
committerGitHub <noreply@github.com>2020-10-27 03:05:50 +0100
commitc5704e75ae1f64742d59747fd931ffcca7a4887d (patch)
treeb46427d541b2c5dd9b02708037f2ffd50a924f65 /app/javascript/mastodon/locales/tai.json
parent1d07f51039625c2eafa7eb0b1b6d5a7f8cf00e41 (diff)
Make “Mark media as sensitive” properly translatable (#15051)
Diffstat (limited to 'app/javascript/mastodon/locales/tai.json')
-rw-r--r--app/javascript/mastodon/locales/tai.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/javascript/mastodon/locales/tai.json b/app/javascript/mastodon/locales/tai.json
index b3822ff08..67b231ee4 100644
--- a/app/javascript/mastodon/locales/tai.json
+++ b/app/javascript/mastodon/locales/tai.json
@@ -96,9 +96,9 @@
   "compose_form.poll.switch_to_single": "Change poll to allow for a single choice",
   "compose_form.publish": "Toot",
   "compose_form.publish_loud": "{publish}!",
-  "compose_form.sensitive.hide": "Mark media as sensitive",
-  "compose_form.sensitive.marked": "Media is marked as sensitive",
-  "compose_form.sensitive.unmarked": "Media is not marked as sensitive",
+  "compose_form.sensitive.hide": "{count, plural, one {Mark media as sensitive} other {Mark media as sensitive}}",
+  "compose_form.sensitive.marked": "{count, plural, one {Media is marked as sensitive} other {Media is marked as sensitive}}",
+  "compose_form.sensitive.unmarked": "{count, plural, one {Media is not marked as sensitive} other {Media is not marked as sensitive}}",
   "compose_form.spoiler.marked": "Text is hidden behind warning",
   "compose_form.spoiler.unmarked": "Text is not hidden",
   "compose_form.spoiler_placeholder": "Write your warning here",