aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorXinhui2017-07-07 12:23:12 +0200
committerXinhui2017-07-07 12:43:24 +0200
commit72c90c1b3da9b09319a435bd549ba3b5070df31a (patch)
tree8fc64e34a34c535439abfe04437e5510a3cd8336 /config
parent8d8c76aca3ab4a4cda2de7d9d2d80dc98949ed0e (diff)
downloadchouette-core-72c90c1b3da9b09319a435bd549ba3b5070df31a.tar.bz2
Add CalendarMailer
Diffstat (limited to 'config')
-rw-r--r--config/locales/mailers.en.yml9
-rw-r--r--config/locales/mailers.fr.yml9
2 files changed, 18 insertions, 0 deletions
diff --git a/config/locales/mailers.en.yml b/config/locales/mailers.en.yml
new file mode 100644
index 000000000..72fd0d725
--- /dev/null
+++ b/config/locales/mailers.en.yml
@@ -0,0 +1,9 @@
+en:
+ mailers:
+ calendar_mailer:
+ created:
+ subject: A new shared calendar has been created
+ body: body created
+ created:
+ subject: A shared calendar has been updated
+ body: body updated
diff --git a/config/locales/mailers.fr.yml b/config/locales/mailers.fr.yml
new file mode 100644
index 000000000..8c399b6e0
--- /dev/null
+++ b/config/locales/mailers.fr.yml
@@ -0,0 +1,9 @@
+fr:
+ mailers:
+ calendar_mailer:
+ created:
+ subject: Un nouveau calendrier partagé à été ajouté
+ body: body created
+ updated:
+ subject: Un nouveau calendrier partagé à été mise à jour
+ body: body updated