Skip to content

Commit

Permalink
Distinguish simplified and traditional Chinese.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Davey committed Oct 25, 2010
1 parent acad53e commit 6e4296a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/tolk/locale.rb
Expand Up @@ -47,7 +47,8 @@ class Locale < ActiveRecord::Base
'tr' => 'Turkish',
'uk' => 'Ukrainian',
'vi' => 'Vietnamese',
'zh' => 'Chinese'
'zh-CN' => 'Chinese (Simplified)',
'zh-TW' => 'Chinese (Traditional)'
}

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

0 comments on commit 6e4296a

Please sign in to comment.