Skip to content

Commit

Permalink
Added Slovak to Locale::MAPPING.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Davey committed Apr 16, 2010
1 parent 2a6faaa commit 1e62a8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/tolk/locale.rb
Expand Up @@ -18,7 +18,8 @@ class Locale < ActiveRecord::Base
'ru' => 'Russian',
'it' => "Italian",
'pl' => "Polish",
'pt-BR' => "Portugese (Brazilian)"
'pt-BR' => "Portugese (Brazilian)",
'sl' => "Slovak"
}

has_many :phrases, :through => :translations, :class_name => 'Tolk::Phrase'
Expand Down

0 comments on commit 1e62a8b

Please sign in to comment.