summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-05-17 09:55:13 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-05-17 09:55:13 +0000
commit9c9dc6e8147a3e0bf3239511c094dc5f9d2a59a0 (patch)
treefb2dc8222bc9a9296d127115f600198d0486c879 /config
parent6e0a818cafadfc48d74845ebedb933f4ecf2aa53 (diff)
downloadredmine-9c9dc6e8147a3e0bf3239511c094dc5f9d2a59a0.tar.gz
redmine-9c9dc6e8147a3e0bf3239511c094dc5f9d2a59a0.zip
Adds email notification on wiki changes (#413). It's disabled by default and can be enabled in application settings.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2749 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/environment.rb2
-rw-r--r--config/locales/bg.yml6
-rw-r--r--config/locales/bs.yml6
-rw-r--r--config/locales/ca.yml6
-rw-r--r--config/locales/cs.yml6
-rw-r--r--config/locales/da.yml6
-rw-r--r--config/locales/de.yml6
-rw-r--r--config/locales/en.yml6
-rw-r--r--config/locales/es.yml6
-rw-r--r--config/locales/fi.yml6
-rw-r--r--config/locales/fr.yml6
-rw-r--r--config/locales/gl.yml6
-rw-r--r--config/locales/he.yml6
-rw-r--r--config/locales/hu.yml6
-rw-r--r--config/locales/it.yml6
-rw-r--r--config/locales/ja.yml6
-rw-r--r--config/locales/ko.yml6
-rw-r--r--config/locales/lt.yml6
-rw-r--r--config/locales/nl.yml6
-rw-r--r--config/locales/no.yml6
-rw-r--r--config/locales/pl.yml6
-rw-r--r--config/locales/pt-BR.yml6
-rw-r--r--config/locales/pt.yml6
-rw-r--r--config/locales/ro.yml6
-rw-r--r--config/locales/ru.yml6
-rw-r--r--config/locales/sk.yml6
-rw-r--r--config/locales/sl.yml6
-rw-r--r--config/locales/sr.yml6
-rw-r--r--config/locales/sv.yml6
-rw-r--r--config/locales/th.yml6
-rw-r--r--config/locales/tr.yml6
-rw-r--r--config/locales/uk.yml6
-rw-r--r--config/locales/vi.yml6
-rw-r--r--config/locales/zh-TW.yml6
-rw-r--r--config/locales/zh.yml6
35 files changed, 205 insertions, 1 deletions
diff --git a/config/environment.rb b/config/environment.rb
index 826856d13..f98968bcb 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -36,7 +36,7 @@ Rails::Initializer.run do |config|
# Activate observers that should always be running
# config.active_record.observers = :cacher, :garbage_collector
- config.active_record.observers = :message_observer, :issue_observer, :journal_observer, :news_observer, :document_observer
+ config.active_record.observers = :message_observer, :issue_observer, :journal_observer, :news_observer, :document_observer, :wiki_content_observer
# Make Active Record use UTC-base instead of local time
# config.active_record.default_timezone = :utc
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index 47fb305c4..36923c83c 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -790,3 +790,9 @@ bg:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/bs.yml b/config/locales/bs.yml
index fe0c30c28..59b252143 100644
--- a/config/locales/bs.yml
+++ b/config/locales/bs.yml
@@ -823,3 +823,9 @@ bs:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/ca.yml b/config/locales/ca.yml
index b8c84975c..20113f971 100644
--- a/config/locales/ca.yml
+++ b/config/locales/ca.yml
@@ -793,3 +793,9 @@ ca:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index 077cd1ba1..a8040ca1e 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -796,3 +796,9 @@ cs:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/da.yml b/config/locales/da.yml
index fb47fb798..6ce2fecb4 100644
--- a/config/locales/da.yml
+++ b/config/locales/da.yml
@@ -823,3 +823,9 @@ da:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 278586afc..26855bfdb 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -822,3 +822,9 @@ de:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/en.yml b/config/locales/en.yml
index cdc505a53..3cfcbc66e 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -149,6 +149,10 @@ en:
mail_body_account_activation_request: "A new user ({{value}}) has registered. The account is pending your approval:"
mail_subject_reminder: "{{count}} issue(s) due in the next days"
mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:"
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: "The '{{page}}' wiki page has been added by {{author}}."
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ mail_body_wiki_content_updated: "The '{{page}}' wiki page has been updated by {{author}}."
gui_validation_error: 1 error
gui_validation_error_plural: "{{count}} errors"
@@ -670,6 +674,8 @@ en:
label_ascending: Ascending
label_descending: Descending
label_date_from_to: From {{start}} to {{end}}
+ label_wiki_content_added: Wiki page added
+ label_wiki_content_updated: Wiki page updated
button_login: Login
button_submit: Submit
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 812a8059d..ff61e7d9e 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -843,3 +843,9 @@ es:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/fi.yml b/config/locales/fi.yml
index b988ef394..a1cf5cbe7 100644
--- a/config/locales/fi.yml
+++ b/config/locales/fi.yml
@@ -833,3 +833,9 @@ fi:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index e4d471019..bbe18dca6 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -181,6 +181,10 @@ fr:
mail_body_account_activation_request: "Un nouvel utilisateur ({{value}}) s'est inscrit. Son compte nécessite votre approbation:"
mail_subject_reminder: "{{count}} demande(s) arrivent à échéance"
mail_body_reminder: "{{count}} demande(s) qui vous sont assignées arrivent à échéance dans les {{days}} prochains jours:"
+ mail_subject_wiki_content_added: "Page wiki '{{page}}' ajoutée"
+ mail_body_wiki_content_added: "La page wiki '{{page}}' a été ajoutée par {{author}}."
+ mail_subject_wiki_content_updated: "Page wiki '{{page}}' mise à jour"
+ mail_body_wiki_content_updated: "La page wiki '{{page}}' a été mise à jour par {{author}}."
gui_validation_error: 1 erreur
gui_validation_error_plural: "{{count}} erreurs"
@@ -700,6 +704,8 @@ fr:
label_ascending: Croissant
label_descending: Décroissant
label_date_from_to: Du {{start}} au {{end}}
+ label_wiki_content_added: Page wiki ajoutée
+ label_wiki_content_updated: Page wiki mise à jour
button_login: Connexion
button_submit: Soumettre
diff --git a/config/locales/gl.yml b/config/locales/gl.yml
index 08fe8f563..167310e42 100644
--- a/config/locales/gl.yml
+++ b/config/locales/gl.yml
@@ -822,3 +822,9 @@ gl:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/he.yml b/config/locales/he.yml
index 8e617286f..a720e4c26 100644
--- a/config/locales/he.yml
+++ b/config/locales/he.yml
@@ -805,3 +805,9 @@ he:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/hu.yml b/config/locales/hu.yml
index 117d0f78f..2e0b80439 100644
--- a/config/locales/hu.yml
+++ b/config/locales/hu.yml
@@ -828,3 +828,9 @@
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/it.yml b/config/locales/it.yml
index f04e61ba0..935c38149 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -808,3 +808,9 @@ it:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 49f57b569..a9024f2ed 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -821,3 +821,9 @@ ja:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index c98381856..221c524be 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -852,3 +852,9 @@ ko:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/lt.yml b/config/locales/lt.yml
index fdc978b70..7ba666e15 100644
--- a/config/locales/lt.yml
+++ b/config/locales/lt.yml
@@ -833,3 +833,9 @@ lt:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index cf16950e0..00229a81a 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -778,3 +778,9 @@ nl:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/no.yml b/config/locales/no.yml
index 04b618ac9..ed9309eb1 100644
--- a/config/locales/no.yml
+++ b/config/locales/no.yml
@@ -795,3 +795,9 @@
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
index 49d7ec7d9..1a20ffa49 100644
--- a/config/locales/pl.yml
+++ b/config/locales/pl.yml
@@ -826,3 +826,9 @@ pl:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index e8de22fb4..6592f6cec 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -828,3 +828,9 @@ pt-BR:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index e43609be3..ffc2795d2 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -814,3 +814,9 @@ pt:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/ro.yml b/config/locales/ro.yml
index 31bcf70fd..7e5f098fd 100644
--- a/config/locales/ro.yml
+++ b/config/locales/ro.yml
@@ -793,3 +793,9 @@ ro:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index e55699a86..8b0605bbc 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -920,3 +920,9 @@ ru:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
index 722ee545d..dd23496b9 100644
--- a/config/locales/sk.yml
+++ b/config/locales/sk.yml
@@ -794,3 +794,9 @@ sk:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/sl.yml b/config/locales/sl.yml
index becf2c621..f3f4d2fa8 100644
--- a/config/locales/sl.yml
+++ b/config/locales/sl.yml
@@ -792,3 +792,9 @@ sl:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/sr.yml b/config/locales/sr.yml
index d29b83fb9..ed56fda99 100644
--- a/config/locales/sr.yml
+++ b/config/locales/sr.yml
@@ -816,3 +816,9 @@
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index be8b58900..3a7add901 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -850,3 +850,9 @@ sv:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/th.yml b/config/locales/th.yml
index 56382db22..a24682700 100644
--- a/config/locales/th.yml
+++ b/config/locales/th.yml
@@ -793,3 +793,9 @@ th:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/tr.yml b/config/locales/tr.yml
index ecfdba74a..c167d9215 100644
--- a/config/locales/tr.yml
+++ b/config/locales/tr.yml
@@ -829,3 +829,9 @@ tr:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/uk.yml b/config/locales/uk.yml
index 148642b66..719b2c3f5 100644
--- a/config/locales/uk.yml
+++ b/config/locales/uk.yml
@@ -792,3 +792,9 @@ uk:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/vi.yml b/config/locales/vi.yml
index 7b3238a8f..b981752ce 100644
--- a/config/locales/vi.yml
+++ b/config/locales/vi.yml
@@ -862,3 +862,9 @@ vi:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index de037c8e9..1c84c9931 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -900,3 +900,9 @@
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index f42975f45..3145d303a 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -825,3 +825,9 @@ zh:
text_wiki_page_destroy_children: Delete child pages and all their descendants
setting_password_min_length: Minimum password length
field_group_by: Group results by
+ mail_subject_wiki_content_updated: "'{{page}}' wiki page has been updated"
+ label_wiki_content_added: Wiki page added
+ mail_subject_wiki_content_added: "'{{page}}' wiki page has been added"
+ mail_body_wiki_content_added: The '{{page}}' wiki page has been added by {{author}}.
+ label_wiki_content_updated: Wiki page updated
+ mail_body_wiki_content_updated: The '{{page}}' wiki page has been updated by {{author}}.