diff options
author | ThibG <thib@sitedethib.com> | 2019-03-04 18:03:12 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-03-04 18:03:12 +0100 |
commit | 3de71887d849103ed62e8b04b54c630763881010 (patch) | |
tree | 0e8d784434229a474d11b02af9b220e94a92b426 /config | |
parent | 4ced609497bc736cb2b1aec921ba5ca7a23a7f53 (diff) |
Add non-JS fallback for polls on public pages (#10155)
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index b1f6166b4..2d23b1eb6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -853,6 +853,11 @@ en: ownership: Someone else's toot cannot be pinned private: Non-public toot cannot be pinned reblog: A boost cannot be pinned + poll: + total_votes: + one: "%{count} vote" + other: "%{count} votes" + vote: Vote show_more: Show more sign_in_to_participate: Sign in to participate in the conversation title: '%{name}: "%{quote}"' |