diff options
Diffstat (limited to 'lib/l10n/es_SV.js')
-rw-r--r-- | lib/l10n/es_SV.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/es_SV.js b/lib/l10n/es_SV.js index bd67423a4f2..774e0b91879 100644 --- a/lib/l10n/es_SV.js +++ b/lib/l10n/es_SV.js @@ -190,4 +190,4 @@ OC.L10N.register( "Check the value of \"datadirectory\" in your configuration" : "Verifica el valor de \"datadirectory\" en tu configuración", "Your data directory is invalid" : "Tu directorio de datos es inválido" }, -"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |