mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 06:47:56 -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
275 B
PHP
11 lines
275 B
PHP
<?php
|
|
return [
|
|
"half_down" => "نیمه پایین",
|
|
"half_even" => "نیمه حتی",
|
|
"half_five" => "نیمی از پنج",
|
|
"half_odd" => "نیمی عجیب",
|
|
"half_up" => "نیمه بالا",
|
|
"round_down" => "دور پایین",
|
|
"round_up" => "دور بالا",
|
|
];
|