Files
opensourcepos/app/Language/th/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" => "ธันวาคม",
];