mirror of
https://github.com/flarum/core.git
synced 2025-08-09 18:07:02 +02:00
fixes flarum/core#2889 locale uses count instead of generated tags
This commit is contained in:
@@ -94,7 +94,7 @@ flarum-tags:
|
|||||||
added_and_removed_tags_text: "{username} added the {tagsAdded} and removed the {tagsRemoved}."
|
added_and_removed_tags_text: "{username} added the {tagsAdded} and removed the {tagsRemoved}."
|
||||||
added_tags_text: "{username} added the {tagsAdded}."
|
added_tags_text: "{username} added the {tagsAdded}."
|
||||||
removed_tags_text: "{username} removed the {tagsRemoved}."
|
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.
|
# These translations are used when visiting a single tag's discussion list.
|
||||||
tag:
|
tag:
|
||||||
|
Reference in New Issue
Block a user