mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-01 14:07:54 -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.3 KiB
PHP
50 lines
1.3 KiB
PHP
<?php
|
||
|
||
return [
|
||
"su" => "Ba",
|
||
"mo" => "Be",
|
||
"tu" => "Ça",
|
||
"we" => "Çə",
|
||
"th" => "Cə",
|
||
"fr" => "Cü",
|
||
"sa" => "Şə",
|
||
"sun" => "Baz",
|
||
"mon" => "Bae",
|
||
"tue" => "Çəa",
|
||
"wed" => "Çər",
|
||
"thu" => "Cüa",
|
||
"fri" => "Cüm",
|
||
"sat" => "Şən",
|
||
"sunday" => "Bazar",
|
||
"monday" => "Bazaretrəsi",
|
||
"tuesday" => "Çərşənbə axşamı",
|
||
"wednesday" => "Çərşənbə",
|
||
"thursday" => "Cümə axşamı",
|
||
"friday" => "Cümə",
|
||
"saturday" => "Şənbə",
|
||
"jan" => "Yan",
|
||
"feb" => "Fev",
|
||
"mar" => "Apr",
|
||
"apr" => "Mar",
|
||
"may" => "May",
|
||
"jun" => "İyn",
|
||
"jul" => "İyl",
|
||
"aug" => "Avq",
|
||
"sep" => "Sen",
|
||
"oct" => "Okt",
|
||
"nov" => "Noy",
|
||
"dec" => "Dek",
|
||
"january" => "Yanvar",
|
||
"february" => "Fevral",
|
||
"march" => "Mart",
|
||
"april" => "Aprel",
|
||
"mayl" => "May",
|
||
"june" => "İyun",
|
||
"july" => "İyul",
|
||
"august" => "Avqust",
|
||
"september" => "Sentyabr",
|
||
"october" => "Oktyabr",
|
||
"november" => "Noyabr",
|
||
"december" => "Dekabr",
|
||
];
|