mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-02 14:24:27 -04:00
Remove English fallbacks from non-English translations
Use empty strings for sale_not_found in Khmer, Malayalam, and Urdu as these languages cannot be translated by this model.
This commit is contained in:
@@ -222,5 +222,5 @@ return [
|
||||
"work_order_number_duplicate" => "",
|
||||
"work_order_sent" => "",
|
||||
"work_order_unsent" => "",
|
||||
"sale_not_found" => "Sale not found",
|
||||
"sale_not_found" => "",
|
||||
];
|
||||
|
||||
@@ -222,5 +222,5 @@ return [
|
||||
"work_order_number_duplicate" => "",
|
||||
"work_order_sent" => "",
|
||||
"work_order_unsent" => "",
|
||||
"sale_not_found" => "Sale not found",
|
||||
"sale_not_found" => "",
|
||||
];
|
||||
|
||||
@@ -222,5 +222,5 @@ return [
|
||||
"work_order_number_duplicate" => "",
|
||||
"work_order_sent" => "",
|
||||
"work_order_unsent" => "",
|
||||
"sale_not_found" => "Sale not found",
|
||||
"sale_not_found" => "",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user