mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-1217: Add French message format rules.
This commit is contained in:
@@ -168,6 +168,7 @@
|
||||
<jsSourceFile>lib/blob/blob.js</jsSourceFile>
|
||||
<jsSourceFile>lib/filesaver/filesaver.js</jsSourceFile>
|
||||
<jsSourceFile>lib/messageformat/messageformat.js</jsSourceFile>
|
||||
<jsSourceFile>lib/messageformat/fr.js</jsSourceFile>
|
||||
<jsSourceFile>lib/messageformat/ru.js</jsSourceFile>
|
||||
<jsSourceFile>license.txt</jsSourceFile>
|
||||
<jsSourceFile>guacamole-common-js/all.js</jsSourceFile>
|
||||
|
6
guacamole/src/main/webapp/lib/messageformat/fr.js
Normal file
6
guacamole/src/main/webapp/lib/messageformat/fr.js
Normal file
@@ -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