Skip to content

Commit

Permalink
App Example: Fix Arabic (ar) translation
Browse files Browse the repository at this point in the history
Thanks to @AhmedMustafa.

Amends a19869f
Ref #481
  • Loading branch information
rxaviers committed Oct 1, 2015
1 parent 5364d11 commit ea5273b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/app-npm-webpack/messages/ar.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"ar": {
"intro-1": "استخدام عولمة لتدويل طلبك.",
"number-label": "عدد",
"intro-1": "‫استخدم Globalize لتدويل تطبيقك.‬",
"number-label": "رقم",
"currency-label": "عملة",
"date-label": "تاريخ",
"relative-time-label": "الوقت النسبي",
"message-1": "مثال على رسالة باستخدام أرقام مختلطة \"{number}\"، \"{currency}\" العملات، يعود \"{date}\"، ووقت النسبي \"{relativeTime}\".",
"message-1": "مثال علي رسالة باستخدام أرقام مختلطة \"{number}\"‬, عملات ‭\"{currency}\"‬ , تواريخ ‭\"{date}\"‬‬ , ووقت نسبي ‭\"{relativeTime}\"‬.‬",
"message-2": [
"مثال على رسالة بدعم صيغة الجمع:",
"{count, plural,",
" zero {لا يوجد لديك المهام المتبقية}",
" one {لديك واحد المتبقية المهام}",
" zero {لا يوجد لديك اي مهام متبقية}",
" one {لديك مهمة واحدة متبقية}",
" two {لديك اثنين من المهام المتبقية}",
" few {لديك # المهام المتبقية}",
" many {لديك # المهام المتبقية}",
" other {لديك # المهام المتبقية}",
" few {لديك # من المهام المتبقية}",
" many {لديك # من المهام المتبقية}",
" other {لديك # من المهام المتبقية}",
"}."
]
}
Expand Down

0 comments on commit ea5273b

Please sign in to comment.