spree_zoned 0.5.25 → 0.5.26
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.
- data/config/initializers/zoned_init.rb +3 -3
- data/config/locales/nl-NL.yml +9 -0
- data/spree_zoned.gemspec +1 -1
- metadata +3 -2
|
@@ -28,9 +28,9 @@ ZONED_COMMON_LOCALES =
|
|
|
28
28
|
-74 => [:de, :en], # Germany
|
|
29
29
|
-13 => [:de, :en], # Austria
|
|
30
30
|
-195 => [:de, :en], # Switzerland
|
|
31
|
-
-142 => [:nl, :en], # Netherlands
|
|
32
|
-
-20 => [:nl, :de, :en], # Belgium
|
|
33
|
-
-117 => [:de, :en, :nl], # Luxembourg
|
|
31
|
+
-142 => [:'nl-NL', :en], # Netherlands
|
|
32
|
+
-20 => [:'nl-NL', :de, :en], # Belgium
|
|
33
|
+
-117 => [:de, :en, :'nl-NL'], # Luxembourg
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
Rails.configuration.commonCountriesForSelect = ZONED_COMMON_COUNTRIES.map do |id|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Sample localization file for Dutch. Add more files in this directory for other locales.
|
|
2
|
+
# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
|
|
3
|
+
---
|
|
4
|
+
nl-NL:
|
|
5
|
+
nocountrysel: "Geen land"
|
|
6
|
+
deletefc: "Verwijderen van dit land"
|
|
7
|
+
backtocountry: "Terug naar dit land"
|
|
8
|
+
country_price: "Prijs voor dit land"
|
|
9
|
+
language: "Taal"
|
data/spree_zoned.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Gem::Specification.new do |s|
|
|
3
3
|
s.platform = Gem::Platform::RUBY
|
|
4
4
|
s.name = 'spree_zoned'
|
|
5
|
-
s.version = '0.5.
|
|
5
|
+
s.version = '0.5.26'
|
|
6
6
|
s.summary = 'A Spree extension to make your store zoned'
|
|
7
7
|
s.description = "Everything you need for a zoned Spree store: zoned pricing, zoned products, zoned product ordering, zoned locales, ...\nProbalbly essential to you if you operate outside of the US."
|
|
8
8
|
s.required_ruby_version = '>= 1.9.2'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_zoned
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.26
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-08-
|
|
12
|
+
date: 2012-08-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: spree_core
|
|
@@ -157,6 +157,7 @@ files:
|
|
|
157
157
|
- config/initializers/zoned_init.rb
|
|
158
158
|
- config/locales/de.yml
|
|
159
159
|
- config/locales/en.yml
|
|
160
|
+
- config/locales/nl-NL.yml
|
|
160
161
|
- config/routes.rb
|
|
161
162
|
- db/migrate/20120611133806_create_spree_zoned_products.rb
|
|
162
163
|
- db/migrate/20120630201058_add_cprice_to_spree_zoned_products.rb
|