1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-01 09:56:46 +01:00

Merge pull request #2684 from h3poteto/iss-2534

refs #2534 Add a plural translation rule
This commit is contained in:
AkiraFukushima 2021-08-27 01:08:36 +09:00 committed by GitHub
commit 149545bd06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -496,7 +496,8 @@
},
"new_toot": {
"toot_length": "Toot length should be {{min}} to {{max}}",
"attach_length": "You can only attach up to {{max}} images",
"attach_length": "You can only attach up to {{max}} image",
"attach_length_plural": "You can only attach up to {{max}} images",
"attach_image": "You can only attach images or videos",
"poll_invalid": "Invalid poll choices"
}