mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2026-03-22 21:41:36 +00:00
GUAC-1217: Add French message format rules.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
MessageFormat.locale.fr = function (n) {
|
||||
if (n >= 0 && n < 2) {
|
||||
return 'one';
|
||||
}
|
||||
return 'other';
|
||||
};
|
||||
Reference in New Issue
Block a user