Merge pull request #1198 from prem-prakash/master

Adding Portuguese Brazilian translations
This commit is contained in:
Robin Ward
2013-07-17 06:59:31 -07:00
4 changed files with 2064 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
MessageFormat.locale.pt_BR = function ( n ) {
if ( n === 1 ) {
return "one";
}
return "other";
};