2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00
discourse/lib/javascripts/locale/pt_BR.js
2013-07-15 14:45:16 -03:00

6 lines
108 B
JavaScript

MessageFormat.locale.pt_BR = function ( n ) {
if ( n === 1 ) {
return "one";
}
return "other";
};