mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUAC-1230: Add all messageformat.js locales.
This commit is contained in:
9
guacamole/src/main/webapp/lib/messageformat/locale/cs.js
Normal file
9
guacamole/src/main/webapp/lib/messageformat/locale/cs.js
Normal file
@@ -0,0 +1,9 @@
|
||||
MessageFormat.locale.cs = function (n) {
|
||||
if (n == 1) {
|
||||
return 'one';
|
||||
}
|
||||
if (n == 2 || n == 3 || n == 4) {
|
||||
return 'few';
|
||||
}
|
||||
return 'other';
|
||||
};
|
Reference in New Issue
Block a user