Navigation Menu

Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Commit

Permalink
update regexPatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
alqfahad committed Nov 7, 2015
1 parent a55a49b commit 86f99dc
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/globalization/ar-KW.js
Expand Up @@ -82,26 +82,26 @@ Date.CultureInfo = {
* As well, please review the list of "Future Strings" section below.
*/
regexPatterns: {
jan: /^يناير/i,
feb: /^فبراير/i,
mar: /^مارس/i,
apr: /^أبريل/i,
may: /^مايو/i,
jun: /^يونيو/i,
jul: /^يوليو/i,
aug: /^أغسطس/i,
sep: /^سبتمبر/i,
oct: /^أكتوبر/i,
nov: /^نوفمبر/i,
dec: /^ديسمبر/i,
jan: /^ينا(ير)?/i,
feb: /^فبر(اير)?/i,
mar: /^مار(س)?/i,
apr: /^أبر(يل)?/i,
may: /^ماي(و)?/i,
jun: /^يون(يو)?/i,
jul: /^يول(يو)?/i,
aug: /^أغس(طس)?/i,
sep: /^سبت(مبر)?/i,
oct: /^أكت(وبر)?/i,
nov: /^نوف(مبر)?/i,
dec: /^ديس(مبر)?/i,

sun: /^الأحد/i,
mon: /^الإثنين/i,
tue: /^الثلاثاء/i,
wed: /^الأربعاء/i,
thu: /^الخميس/i,
fri: /^الجمعة/i,
sat: /^السبت/i,
sun: /^الأحد|(أ|ا)حد|ح(د)?/i,
mon: /^الإثنين|(إ|ا)ثنين|(ث)?ن/i,
tue: /^الثلاثاء|ث(ل|لاثاء)?/i,
wed: /^الأربعاء|(أ|ا)ربعاء|ر(ع)?/i,
thu: /^الخميس|خ(م|ميس)?/i,
fri: /^الجمعة|ج(م|معة)?/i,
sat: /^السبت|س(ب|بت)?/i,

future: /^القادم/i,
past: /^الماضي/i,
Expand Down

0 comments on commit 86f99dc

Please sign in to comment.