mirror of
https://github.com/flarum/framework.git
synced 2025-02-27 14:53:10 +08:00
fixes flarum/core#2889 locale uses count instead of generated tags
This commit is contained in:
parent
e982e0206d
commit
af7390eb4c
@ -94,7 +94,7 @@ flarum-tags:
|
||||
added_and_removed_tags_text: "{username} added the {tagsAdded} and removed the {tagsRemoved}."
|
||||
added_tags_text: "{username} added the {tagsAdded}."
|
||||
removed_tags_text: "{username} removed the {tagsRemoved}."
|
||||
tags_text: "{count, plural, one {# tag} other {# tags}}"
|
||||
tags_text: "{count, plural, one {{tags} tag} other {{tags} tags}}"
|
||||
|
||||
# These translations are used when visiting a single tag's discussion list.
|
||||
tag:
|
||||
|
Loading…
x
Reference in New Issue
Block a user