mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-24 09:17:54 -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
234 B
PHP
11 lines
234 B
PHP
<?php
|
|
return [
|
|
"half_down" => "Mitad abajo",
|
|
"half_even" => "Mitad par",
|
|
"half_five" => "Cinco y media",
|
|
"half_odd" => "Mitad impar",
|
|
"half_up" => "Medio arriba",
|
|
"round_down" => "Truncado",
|
|
"round_up" => "Redondeo arriba",
|
|
];
|