Files
opensourcepos/app/Language/ka/Calendar.php
jekkos ff7a8d2e88 fix: Update calendar translations (#4498)
- Fix typo 'mayl' to 'may' in Calendar.php for lo, ka, ml, nb locales
- Improve Spanish translation in Items.php for csv_import_invalid_location
- Add trailing newlines to Calendar.php files (ka, ml, nb, lo) per PSR-12

Co-authored-by: Ollama <ollama@steganos.dev>
2026-04-20 06:48:57 +00:00

50 lines
1.0 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" => "",
"may" => "",
"june" => "",
"july" => "",
"august" => "",
"september" => "",
"october" => "",
"november" => "",
"december" => "",
];