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:
committed by
Eugen Rochko
parent
1b17da6ed9
commit
4bd0488a77
@ -4,10 +4,14 @@ en:
|
||||
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:
|
||||
|
Reference in New Issue
Block a user