add missing Subscribable i18n
This commit is contained in:
parent
4b835ba0ff
commit
91b42e8d9d
1 changed files with 5 additions and 0 deletions
|
|
@ -4,6 +4,11 @@ use strict;
|
||||||
|
|
||||||
our $I18N = {
|
our $I18N = {
|
||||||
|
|
||||||
|
"new post" => {
|
||||||
|
message => 'has posted to one of your subscriptions',
|
||||||
|
context => 'Title of the e-mail that is sent for subscriptions',
|
||||||
|
},
|
||||||
|
|
||||||
"Subscription Group" => {
|
"Subscription Group" => {
|
||||||
message => 'Subscription Group',
|
message => 'Subscription Group',
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue