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
247 B
PHP
11 lines
247 B
PHP
<?php
|
|
return [
|
|
"half_down" => "Pola dolje",
|
|
"half_even" => "Pola ravnomjerno",
|
|
"half_five" => "Pola na pet",
|
|
"half_odd" => "Pola neparno",
|
|
"half_up" => "Pola gore",
|
|
"round_down" => "Zaokruži naniže",
|
|
"round_up" => "Zaokruži naviše",
|
|
];
|