mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
7 lines
110 B
JavaScript
7 lines
110 B
JavaScript
MessageFormat.locale.am = function(n) {
|
|
if (n === 0 || n == 1) {
|
|
return 'one';
|
|
}
|
|
return 'other';
|
|
};
|