discourse/lib/javascripts/locale/gu.js

7 lines
105 B
JavaScript

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