Files
opensourcepos/app/Language/uk/Calendar.php
BudsieBuds c39b733c90 Language fallback improvement
- Changes for following best practice for CI4 localization
- Norwegian and Urdu languages now working again
- Sort languages by alphabet in config
2024-06-15 17:19:15 +02:00

49 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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" => "Грудень",
];