Skip to content

Commit

Permalink
Merge pull request #998 from karembadawy/master
Browse files Browse the repository at this point in the history
Arabic: fix ar.errors.messages.greater_than typo
  • Loading branch information
pama authored Jun 9, 2022
2 parents d43f8e9 + 7d3e0d9 commit 56fbd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails/locale/ar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ ar:
equal_to: يجب أن يساوي طول %{attribute} %{count}
even: يجب أن يكون عدد %{attribute} زوجياً
exclusion: حقل %{attribute} محجوز
greater_than: ميجب أن يكون عدد %{attribute} أكبر من %{count}
greater_than: يجب أن يكون عدد %{attribute} أكبر من %{count}
greater_than_or_equal_to: يجب أن يكون عدد %{attribute} أكبر أو يساوي %{count}
inclusion: "%{attribute} غير وارد في القائمة"
invalid: محتوى %{attribute} غير صالح
Expand Down

0 comments on commit 56fbd77

Please sign in to comment.