Files
opensourcepos/app/Language/az/Enum.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

11 lines
257 B
PHP
Raw Permalink 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 [
"half_down" => "Yarım aşağı",
"half_even" => "Yarım hətta",
"half_five" => "Yarısı",
"half_odd" => "Yarım təkliklərdə",
"half_up" => "Yarım yuxarı",
"round_down" => "Yuvarla aşağı",
"round_up" => "Yuvarla yuxarı",
];