Files
opensourcepos/app/Language/ta/Calendar.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* 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
2025-05-02 19:37:06 +02:00

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" => "டிசம்பர்",
];