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

7 lines
110 B
JavaScript

MessageFormat.locale.am = function(n) {
if (n === 0 || n == 1) {
return 'one';
}
return 'other';
};