Skip to content

Commit

Permalink
Added missing comma in Tolk::Locale.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Davey committed Apr 15, 2010
1 parent d4f35f9 commit c557ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/tolk/locale.rb
Expand Up @@ -15,7 +15,7 @@ class Locale < ActiveRecord::Base
'jp' => 'Japanese',
'ru' => 'Russian',
'it' => "Italian",
'pl' => "Polish"
'pl' => "Polish",
'pt-BR' => "Portugese (Brazilian)"
}

Expand Down

0 comments on commit c557ab9

Please sign in to comment.