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

7 lines
118 B
JavaScript

MessageFormat.locale.mk = function (n) {
if ((n % 10) == 1 && n != 11) {
return 'one';
}
return 'other';
};