spree_contact_form 3.0.2 → 3.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/config/locales/en.yml +14 -0
- 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:
|
4
|
+
hash: 1
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 3.0.
|
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: []
|