mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:11:08 +08:00
Adding Portuguese-Brazil language
This commit is contained in:
6
lib/javascripts/locale/pt_BR.js
Normal file
6
lib/javascripts/locale/pt_BR.js
Normal file
@ -0,0 +1,6 @@
|
||||
MessageFormat.locale.pt_BR = function ( n ) {
|
||||
if ( n === 1 ) {
|
||||
return "one";
|
||||
}
|
||||
return "other";
|
||||
};
|
Reference in New Issue
Block a user