diff options
author | Stephen Burgess <stephenburgess8@gmail.com> | 2017-05-13 10:13:17 -0500 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-13 17:13:17 +0200 |
commit | 4bd0488a779f1122012c183154010513467a3f68 (patch) | |
tree | 4be0a10dfa38546638761ed3d3a7b88f645289b8 /config/locales/simple_form.th.yml | |
parent | 1b17da6ed91d037054ffea9e4533878bc410704d (diff) |
feat(count): Just yml count syntax to provide different rule for 1 (#2685)
Update all translation forms that use this "counter" element.
Diffstat (limited to 'config/locales/simple_form.th.yml')
-rw-r--r-- | config/locales/simple_form.th.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config/locales/simple_form.th.yml b/config/locales/simple_form.th.yml index 22d6e870f..388886bf0 100644 --- a/config/locales/simple_form.th.yml +++ b/config/locales/simple_form.th.yml @@ -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: |