Adding Portuguese-Brazil language

This commit is contained in:
premprakash
2013-07-15 14:45:16 -03:00
parent e8f3e7c2e8
commit 8c5e0e7550
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";
};