discourse/lib/javascripts/locale/gsw.js

7 lines
106 B
JavaScript

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