Files
guacamole-client/guacamole/src/main/webapp/lib/messageformat/locale/en.js
2015-07-14 13:20:44 -07:00

7 lines
105 B
JavaScript

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