mirror of
https://github.com/flarum/core.git
synced 2025-08-07 08:56:38 +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_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:
|
||||
|
Reference in New Issue
Block a user