Files
opensourcepos/app/Language/zh-Hant/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.3 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" => "十二月",
];