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.
Files changed (3) hide show
  1. data/lib/gemspec.rb +1 -1
  2. data/lib/refinery/i18n.rb +3 -2
  3. metadata +3 -3
data/lib/gemspec.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- version = '0.9.9.5'
2
+ version = '0.9.9.6'
3
3
  raise "Could not get version so gemspec can not be built" if version.nil?
4
4
  files = Dir.glob("**/*").flatten.reject do |file|
5
5
  file =~ /\.gem(spec)?$/
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.5}
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
- - 5
10
- version: 0.9.9.5
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-24 00:00:00 +13:00
18
+ date: 2011-01-25 00:00:00 +13:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency