mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Interface optimizations
moment js update
This commit is contained in:
parent
be8c186f87
commit
f36cb72b82
104 changed files with 5869 additions and 1180 deletions
2
vendors/moment/lang/pl.js
vendored
2
vendors/moment/lang/pl.js
vendored
|
|
@ -15,7 +15,7 @@
|
|||
monthsSubjective = "stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");
|
||||
|
||||
function plural(n) {
|
||||
return (n % 10 < 5) && (n % 10 > 1) && (~~(n / 10) !== 1);
|
||||
return (n % 10 < 5) && (n % 10 > 1) && ((~~(n / 10) % 10) !== 1);
|
||||
}
|
||||
|
||||
function translate(number, withoutSuffix, key) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue