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:
Ollama
2026-04-01 09:16:24 +00:00
committed by jekkos
parent 493d9cc9c1
commit 496c8a8262
3 changed files with 3 additions and 3 deletions

View File

@@ -222,5 +222,5 @@ return [
"work_order_number_duplicate" => "",
"work_order_sent" => "",
"work_order_unsent" => "",
"sale_not_found" => "Sale not found",
"sale_not_found" => "",
];

View File

@@ -222,5 +222,5 @@ return [
"work_order_number_duplicate" => "",
"work_order_sent" => "",
"work_order_unsent" => "",
"sale_not_found" => "Sale not found",
"sale_not_found" => "",
];

View File

@@ -222,5 +222,5 @@ return [
"work_order_number_duplicate" => "",
"work_order_sent" => "",
"work_order_unsent" => "",
"sale_not_found" => "Sale not found",
"sale_not_found" => "",
];