diff --git a/l10n/es_SV.js b/l10n/es_SV.js index b12704a..c49fb85 100644 --- a/l10n/es_SV.js +++ b/l10n/es_SV.js @@ -27,4 +27,4 @@ OC.L10N.register( "Sunset" : "Puesta de sol", "Date" : "Fecha" }, -"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;"); diff --git a/l10n/es_SV.json b/l10n/es_SV.json index d236c8f..36477df 100644 --- a/l10n/es_SV.json +++ b/l10n/es_SV.json @@ -24,5 +24,5 @@ "Sunrise" : "Salida del sol", "Sunset" : "Puesta de sol", "Date" : "Fecha" -},"pluralForm" :"nplurals=2; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/fa.js b/l10n/fa.js index 37b203b..b87c9c1 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -14,6 +14,8 @@ OC.L10N.register( "Add" : "افزودن", "Cancel" : "لغو", "Settings" : "تنظیمات", + "Sunrise" : "طلوع آفتاب", + "Sunset" : "غروب آفتاب", "Date" : "Date" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/fa.json b/l10n/fa.json index aafbbb2..ea8b51a 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -12,6 +12,8 @@ "Add" : "افزودن", "Cancel" : "لغو", "Settings" : "تنظیمات", + "Sunrise" : "طلوع آفتاب", + "Sunset" : "غروب آفتاب", "Date" : "Date" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file