about summary refs log tree commit diff
path: root/config/locales/devise.ar.yml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-10-25 00:09:45 +0200
committerGitHub <noreply@github.com>2018-10-25 00:09:45 +0200
commitdf3a7e724dc72146a09fd72efd95d7e206b4b881 (patch)
treee8b53b54713de66a49fcda5389c0d420cc408ced /config/locales/devise.ar.yml
parentd723f2a0a88d4ac106638733b7ba17f8d205850a (diff)
Fix missing plural keys (#9084)
* Update i18n-tasks to feature-missing-plural-keys

* Fix pluralizations with missing keys in Arabic

Fix #8554

* Add i18n-tasks missing-plural-keys to CircleCI
Diffstat (limited to 'config/locales/devise.ar.yml')
-rw-r--r--config/locales/devise.ar.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/locales/devise.ar.yml b/config/locales/devise.ar.yml
index cadc4daa8..4d80176c6 100644
--- a/config/locales/devise.ar.yml
+++ b/config/locales/devise.ar.yml
@@ -77,6 +77,4 @@ ar:
       expired: إنتهت مدة صلاحيته، الرجاء طلب واحد جديد
       not_found: لا يوجد
       not_locked: ليس مقفلاً
-      not_saved:
-        one: 'خطأ واحد منَعَ %{resource} مِن القيام بالإحتفاظ :'
-        other: "%{count} أخطاء منعت %{resource} مِن القيام بالإحتفاظ :"
+      not_saved: "%{count} أخطاء منعت %{resource} مِن القيام بالإحتفاظ :"