mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-18 22:38:00 -05:00
- Changes for following best practice for CI4 localization - Norwegian and Urdu languages now working again - Sort languages by alphabet in config
11 lines
257 B
PHP
11 lines
257 B
PHP
<?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ı",
|
||
];
|