lib/generators/templates/config/locales/voltron-notification.yml in voltron-notify-0.2.0 vs lib/generators/templates/config/locales/voltron-notification.yml in voltron-notify-0.2.1
- old
+ new
@@ -1,28 +1,27 @@
# This file will be merged with various other Voltron related YAML files with priority
-# given to what exists in this file to begin with (nothing you add/modify here will be overwritten)
-# whenever you run `rails g voltron:<gem_name>:install`,
-# only if the gem in question has any locale data associated with it
+# given to what exists in this file to begin with (meaning: nothing you add/modify here will be overwritten)
+# whenever you run `rails g voltron:<gem_name>:install`
---
en:
activerecord:
attributes:
- voltron/notification/email_notification:
+ notifications/sms_notifications:
to: Recipient
- subject: Subject
- voltron/notification/sms_notification:
- to: Recipient
from: Sender
message: Message
status: Status
+ notifications/email_notifications:
+ to: Recipient
+ subject: Subject
voltron:
notification:
email:
to_blank: cannot be blank
subject_blank: cannot be blank
sms:
to_blank: cannot be blank
from_blank: cannot be blank
message_blank: cannot be blank
invalid_phone: number "%{number}" is not a valid phone number
- status_invalid: must be one of accepted, queued, sending, sent, delivered, received, failed, undelivered, or unknown
\ No newline at end of file
+ status_invalid: must be one of accepted, queued, sending, sent, delivered, received, failed, undelivered, or unknown