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

7 lines
106 B
JavaScript

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