mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
7 lines
106 B
JavaScript
7 lines
106 B
JavaScript
MessageFormat.locale.gsw = function ( n ) {
|
|
if ( n === 1 ) {
|
|
return "one";
|
|
}
|
|
return "other";
|
|
};
|