Skip to content

Commit

Permalink
Added Bulgarian and Chinese to Locale::MAPPING.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Davey committed Apr 15, 2010
1 parent c557ab9 commit 2a6faaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/tolk/locale.rb
Expand Up @@ -4,6 +4,8 @@ class Locale < ActiveRecord::Base

MAPPING = {
'en' => 'English',
'zh' => 'Chinese',
'bt' => 'Bulgarian',
'de' => 'German',
'el' => 'Greek',
'es' => 'Spanish',
Expand Down

0 comments on commit 2a6faaa

Please sign in to comment.