updating translators in credits

This commit is contained in:
El RIDO 2018-05-31 21:04:35 +02:00 committed by rugk
parent 2ff5491752
commit 6225a8ef16
No known key found for this signature in database
GPG key ID: 05D40A636AFAB34D
7 changed files with 11 additions and 6 deletions

View file

@ -455,7 +455,7 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) {
return n % 10 === 1 && n % 100 !== 11 ? 0 : (n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 10 || n % 100 >= 20) ? 1 : 2);
case 'sl':
return n % 100 === 1 ? 1 : (n % 100 === 2 ? 2 : (n % 100 === 3 || n % 100 === 4 ? 3 : 0));
// de, en, es, hu, it, no, pt
// de, en, es, hu, it, nl, no, pt
default:
return n !== 1 ? 1 : 0;
}