lib/refinery/i18n.rb in refinerycms-i18n-0.9.9.2 vs lib/refinery/i18n.rb in refinerycms-i18n-0.9.9.3

- old
+ new

@@ -63,11 +63,11 @@ config.after_initialize do ::Refinery::I18n.setup! if defined?(RefinerySetting) and RefinerySetting.table_exists? Refinery::Plugin.register do |plugin| plugin.name = "refinery_i18n" - plugin.version = %q{0.9.9.2} + plugin.version = %q{0.9.9.3} plugin.hide_from_menu = true plugin.always_allow_access = true end end @@ -229,9 +229,10 @@ :lv => 'Latviski', :ru => 'Русский', :sv => 'Svenska', :pl => 'Polski', :'zh-CN' => 'Simple Chinese', - :'zh-TW' => 'Traditional Chinese' + :'zh-TW' => 'Traditional Chinese', + :el => 'Ελληνικά' } end end