spree_i18n 5.3.0 → 5.3.2
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.
- checksums.yaml +4 -4
- data/README.md +10 -4
- data/config/locales/en-GB.yml +3 -3
- data/config/locales/es.yml +135 -4
- data/config/locales/hu.yml +1 -1
- data/config/locales/pl.yml +1 -1
- data/config/locales/uk.yml +1977 -1289
- data/config/locales/vi.yml +220 -155
- data/lib/spree_i18n/version.rb +1 -1
- metadata +3 -6
data/lib/spree_i18n/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.3.
|
|
4
|
+
version: 5.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sean Schofield
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: i18n_data
|
|
@@ -179,7 +178,6 @@ homepage: http://spreecommerce.com
|
|
|
179
178
|
licenses:
|
|
180
179
|
- BSD-3
|
|
181
180
|
metadata: {}
|
|
182
|
-
post_install_message:
|
|
183
181
|
rdoc_options: []
|
|
184
182
|
require_paths:
|
|
185
183
|
- lib
|
|
@@ -195,8 +193,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
195
193
|
version: '0'
|
|
196
194
|
requirements:
|
|
197
195
|
- none
|
|
198
|
-
rubygems_version: 3.
|
|
199
|
-
signing_key:
|
|
196
|
+
rubygems_version: 3.6.9
|
|
200
197
|
specification_version: 4
|
|
201
198
|
summary: Provides locale information for use in Spree.
|
|
202
199
|
test_files:
|