refinerycms-i18n 0.9.9.5 → 0.9.9.6
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/lib/gemspec.rb +1 -1
- data/lib/refinery/i18n.rb +3 -2
- metadata +3 -3
data/lib/gemspec.rb
CHANGED
data/lib/refinery/i18n.rb
CHANGED
|
@@ -65,7 +65,7 @@ module Refinery
|
|
|
65
65
|
|
|
66
66
|
Refinery::Plugin.register do |plugin|
|
|
67
67
|
plugin.name = "refinery_i18n"
|
|
68
|
-
plugin.version = %q{0.9.9.
|
|
68
|
+
plugin.version = %q{0.9.9.6}
|
|
69
69
|
plugin.hide_from_menu = true
|
|
70
70
|
plugin.always_allow_access = true
|
|
71
71
|
end
|
|
@@ -233,7 +233,8 @@ module Refinery
|
|
|
233
233
|
:'zh-CN' => 'Simplified Chinese',
|
|
234
234
|
:'zh-TW' => 'Traditional Chinese',
|
|
235
235
|
:el => 'Ελληνικά',
|
|
236
|
-
:rs => 'Srpski'
|
|
236
|
+
:rs => 'Srpski',
|
|
237
|
+
:cs => 'Česky'
|
|
237
238
|
}
|
|
238
239
|
end
|
|
239
240
|
end
|
metadata
CHANGED
|
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
|
6
6
|
- 0
|
|
7
7
|
- 9
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.9.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.9.9.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Resolve Digital
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-01-
|
|
18
|
+
date: 2011-01-25 00:00:00 +13:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|