mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-01 22:17:55 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
50 lines
1.6 KiB
PHP
50 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
"su" => "ஞா",
|
|
"mo" => "தி",
|
|
"tu" => "செ",
|
|
"we" => "பு",
|
|
"th" => "வி",
|
|
"fr" => "வெ",
|
|
"sa" => "ச",
|
|
"sun" => "ஞாயி",
|
|
"mon" => "திங்",
|
|
"tue" => "செவ்",
|
|
"wed" => "புத",
|
|
"thu" => "வியா",
|
|
"fri" => "வெள்",
|
|
"sat" => "சனி",
|
|
"sunday" => "ஞாயிறு",
|
|
"monday" => "திங்கள்",
|
|
"tuesday" => "செவ்வாய்",
|
|
"wednesday" => "புதன்",
|
|
"thursday" => "வியாழன்",
|
|
"friday" => "வெள்ளி",
|
|
"saturday" => "சனி",
|
|
"jan" => "ஜன",
|
|
"feb" => "பிப்",
|
|
"mar" => "மார்",
|
|
"apr" => "ஏப்",
|
|
"may" => "மே",
|
|
"jun" => "ஜூன்",
|
|
"jul" => "ஜூலை",
|
|
"aug" => "ஆக",
|
|
"sep" => "செப்",
|
|
"oct" => "அக்ட்",
|
|
"nov" => "நவ",
|
|
"dec" => "டிச",
|
|
"january" => "ஜனவரி",
|
|
"february" => "பிப்ரவரி",
|
|
"march" => "மார்ச்",
|
|
"april" => "ஏப்ரல்",
|
|
"mayl" => "மே",
|
|
"june" => "ஜூன்",
|
|
"july" => "ஜூலை",
|
|
"august" => "ஆகஸ்ட்",
|
|
"september" => "செப்டம்பர்",
|
|
"october" => "அக்டோபர்",
|
|
"november" => "நவம்பர்",
|
|
"december" => "டிசம்பர்",
|
|
];
|