Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

FIX: move comment out of the translation value #503

Merged
merged 1 commit into from
Aug 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions config/locales/client.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ en:
assigned_to: "Assigned to"
assigned_topic_to: "Assigned topic to <a href='%{path}'>%{username}</a>"
assign_post_to: "Assigned #%{post_number} to %{username}"
assign_post_to_multiple:
"#%{post_number} to %{username}"
# assign_post_to_multiple used in list form, example: "Assigned topic to username0, [#2 to username1], [#10 to username2]"
# assign_post_to_multiple used in list form, example: "Assigned topic to username0, [#2 to username1], [#10 to username2]"
assign_post_to_multiple: "#%{post_number} to %{username}"
assigned_to_w_ellipsis: "Assigned to..."
assign_notification: "<p><span>%{username}</span> %{description}</p>"
assign_group_notification: "<p><span>%{username}</span> %{description}</p>"
Expand Down