refinerycms-i18n 0.9.9.2 → 0.9.9.3

Sign up to get free protection for your applications and to get access to all the features.
data/lib/gemspec.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env ruby
2
- version = '0.9.9.2'
2
+ version = '0.9.9.3'
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.2}
68
+ plugin.version = %q{0.9.9.3}
69
69
  plugin.hide_from_menu = true
70
70
  plugin.always_allow_access = true
71
71
  end
@@ -231,7 +231,8 @@ module Refinery
231
231
  :sv => 'Svenska',
232
232
  :pl => 'Polski',
233
233
  :'zh-CN' => 'Simple Chinese',
234
- :'zh-TW' => 'Traditional Chinese'
234
+ :'zh-TW' => 'Traditional Chinese',
235
+ :el => 'Ελληνικά'
235
236
  }
236
237
  end
237
238
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 9
9
- - 2
10
- version: 0.9.9.2
9
+ - 3
10
+ version: 0.9.9.3
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-19 00:00:00 +13:00
18
+ date: 2011-01-20 00:00:00 +13:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -193,6 +193,7 @@ files:
193
193
  - public/images/refinery/icons/flags/ee.png
194
194
  - public/images/refinery/icons/flags/eg.png
195
195
  - public/images/refinery/icons/flags/eh.png
196
+ - public/images/refinery/icons/flags/el.png
196
197
  - public/images/refinery/icons/flags/en.png
197
198
  - public/images/refinery/icons/flags/england.png
198
199
  - public/images/refinery/icons/flags/er.png