2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/lib/javascripts/locale/pt_BR.js

7 lines
108 B
JavaScript
Raw Normal View History

2013-07-15 14:45:16 -03:00
MessageFormat.locale.pt_BR = function ( n ) {
if ( n === 1 ) {
return "one";
}
return "other";
};