feat(count): Just yml count syntax to provide different rule for 1 (#2685)
Update all translation forms that use this "counter" element.
This commit is contained in:
parent
1b17da6ed9
commit
4bd0488a77
12 changed files with 32 additions and 24 deletions
|
@ -4,10 +4,14 @@ th:
|
|||
hints:
|
||||
defaults:
|
||||
avatar: PNG, GIF or JPG. At most 2MB. Will be downscaled to 120x120px
|
||||
display_name: '%{counter} characters left'
|
||||
display_name:
|
||||
one: '1 character left'
|
||||
other: '%{count} characters left'
|
||||
header: PNG, GIF or JPG. At most 2MB. Will be downscaled to 700x335px
|
||||
locked: Requires you to manually approve followers and defaults post privacy to followers-only
|
||||
note: '%{counter} characters left'
|
||||
note:
|
||||
one: '1 character left'
|
||||
other: '%{count} characters left'
|
||||
imports:
|
||||
data: CSV file exported from another Mastodon instance
|
||||
sessions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue