spree_contact_form 3.0.2 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/config/locales/en.yml +14 -0
  2. metadata +4 -3
@@ -0,0 +1,14 @@
1
+ en:
2
+ contact_us: Contact Us
3
+ send_message: Send Message
4
+ subject: Subject
5
+ optional: optional
6
+ message: Message
7
+ topic: Topic
8
+ invalid_order_number: "should start with letter 'R' followed by 9 numbers (e.g. R123123213)"
9
+ contact_thank_you: "Thank you! Your message has been sent successfully, we will be contacting you shortly"
10
+ contact_topics: Contact Topics
11
+ contact_topics_description: Setup topics for the contact form, choose which email address topics should be routed to
12
+ emails: Emails
13
+ new_contact_topic: New Contact Topic
14
+ comma_delimited: comma delimited
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_contact_form
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- - 2
10
- version: 3.0.2
9
+ - 3
10
+ version: 3.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Josh Nussbaum
@@ -63,6 +63,7 @@ files:
63
63
  - app/models/contact_topic.rb
64
64
  - app/models/message.rb
65
65
  - config/routes.rb
66
+ - config/locales/en.yml
66
67
  has_rdoc: true
67
68
  homepage: http://spreecommerce.com
68
69
  licenses: []