Skip to content

Commit

Permalink
Fixed the "threads_found" translation
Browse files Browse the repository at this point in the history
Added double quotation around the value of "threads_found" to avoid YAML Parse Error
  • Loading branch information
Hyyan Abo Fakher committed Aug 7, 2014
1 parent 12da974 commit f1f6466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/translations/FOSMessageBundle.ar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sent: المرسلة
deleted: المحذوفة
send_new: إنشاء رسالة
search: بحث
threads_found: {0} لا يوجد نتائج مطابقة | {1} نتيجة واحدة مطابقة| ]1,Inf] %num% نتائج مطابقة
threads_found: "{0} لا يوجد نتائج مطابقة | {1} نتيجة واحدة مطابقة| ]1,Inf] %num% نتائج مطابقة"

message_info: من %sender%, في %date%
reply: رد
Expand Down

0 comments on commit f1f6466

Please sign in to comment.