DEV: Use consistent interpolation key format in translations
This commit is contained in:
parent
080a0b916e
commit
b2daff34eb
|
@ -10,8 +10,8 @@ en:
|
|||
no_providers: "You need to enable some providers in the plugin settings"
|
||||
channels_with_errors: "Some channels for this provider failed last time messages were sent. Click the error icon(s) to learn more."
|
||||
channel_exception: "An unknown error occured when a message was last sent to this channel."
|
||||
group_mention_template: "Mentions of: @{{name}}"
|
||||
group_message_template: "Messages to: @{{name}}"
|
||||
group_mention_template: "Mentions of: @%{name}"
|
||||
group_message_template: "Messages to: @%{name}"
|
||||
choose_group: "(choose a group)"
|
||||
all_categories: "(all categories)"
|
||||
all_tags: "(all tags)"
|
||||
|
|
Loading…
Reference in New Issue