This commit adds ES module versions of fundamental Ox utilities:
- Array utilities (api, compact, unique, zip, etc.)
- String utilities (capitalize, clean, truncate, wordwrap, etc.)
- Math utilities (trig functions, geographic calculations, etc.)
- Object utilities (clone, serialize, keys/values, etc.)
- Function utilities (cache, debounce, throttle, memoize, etc.)
- Constants (math, time, colors, HTTP status codes)
- Polyfills for older browser compatibility
All modules include proper imports/exports and maintain the same API
as the original implementations. Added comprehensive test coverage with
31 tests passing.
Next steps: Convert remaining core modules, set up build pipeline,
and test backward compatibility with existing examples.
🤖 Generated with AI assistance
89 lines
1.8 KiB
JSON
89 lines
1.8 KiB
JSON
{
|
|
"AD": "",
|
|
"AM": "ص",
|
|
"Apr": "",
|
|
"April": "إبريل",
|
|
"Aug": "",
|
|
"August": "أغسطس",
|
|
"BC": "ق.م.",
|
|
"d": "",
|
|
"day": "يوم",
|
|
"days": "أيام",
|
|
"days{2}": "يومين",
|
|
"Dec": "",
|
|
"December": "ديسمبر",
|
|
"Fall": "خريف",
|
|
"Feb": "",
|
|
"February": "فبراير",
|
|
"Fri": "",
|
|
"Friday": "جمعة",
|
|
"h": "",
|
|
"hour": "ساعة",
|
|
"hours": "ساعات",
|
|
"hours{2}": "ساعتين",
|
|
"Jan": "",
|
|
"January": "يناير",
|
|
"Jun": "",
|
|
"June": "يونيو",
|
|
"Jul": "",
|
|
"July": "يوليو",
|
|
"m": "",
|
|
"Mar": "",
|
|
"March": "مارس",
|
|
"May": "",
|
|
"Mon": "Mo",
|
|
"Monday": "الإثنين",
|
|
"minute": "دقيقة",
|
|
"minutes": "دقائق",
|
|
"minutes{2}": "دقيقتين",
|
|
"nd": "",
|
|
"nd{22}": "",
|
|
"no": "",
|
|
"Nov": "",
|
|
"November": "نوفمبر",
|
|
"Oct": "",
|
|
"October": "اكتوبر",
|
|
"PM": "",
|
|
"rd": "",
|
|
"rd{23}": "",
|
|
"s": "",
|
|
"Sat": "",
|
|
"Saturday": "السبت",
|
|
"second": "ثانية",
|
|
"seconds": "ثواني",
|
|
"seconds{2}": "ثانيتين",
|
|
"Sep": "",
|
|
"September": "سبتمبر",
|
|
"Spring": "ربيع",
|
|
"st": "",
|
|
"st{21}": "",
|
|
"Summer": "صيف",
|
|
"Sun": "",
|
|
"Sunday": "أحد",
|
|
"th": "",
|
|
"th{11}": "",
|
|
"th{12}": "",
|
|
"th{13}": "",
|
|
"Thu": "خم",
|
|
"Thursday": "الخميس",
|
|
"Tue": "ثل",
|
|
"Tuesday": "الثلاثاء",
|
|
"Wed": "أر",
|
|
"Wednesday": "الأربعاء",
|
|
"Winter": "شتاء",
|
|
"y": "",
|
|
"year": "سنة",
|
|
"years": "سنوات",
|
|
"years{2}": "سنتين",
|
|
".": "",
|
|
",": "",
|
|
"%": "%",
|
|
"%A, %B %e, %Y": "",
|
|
"%a, %b %e, %Y": "",
|
|
"%B %e, %Y": "",
|
|
"%b %e, %Y": "",
|
|
"%I:%M %p": "",
|
|
"%I:%M:%S %p": "",
|
|
"%m/%d/%Y": "",
|
|
"%m/%d/%y": ""
|
|
}
|