fix: Repair broken JSON syntax in Basque reasoning.json translation file

Error: Build failed with JSON parse error at position 171
File: frontend/src/locales/eu/reasoning.json line 3

The string value for 'low_stock_detection' had a line break in the middle:
'...egunetan amaitu\n\nko da.'

Fixed by joining into single line:
'...egunetan amaituko da.'

This was preventing the frontend from building.
This commit is contained in:
Claude
2025-11-07 23:00:36 +00:00
parent cd7b601941
commit 5a877d4e76

View File

@@ -1,8 +1,6 @@
{
"purchaseOrder": {
"low_stock_detection": "{{supplier_name}}-rentzat stock baxua. {{product_names_joined}}-ren egungo stocka {{days_until_stockout}} egunetan amaitu
ko da.",
"low_stock_detection": "{{supplier_name}}-rentzat stock baxua. {{product_names_joined}}-ren egungo stocka {{days_until_stockout}} egunetan amaituko da.",
"forecast_demand": "{{supplier_name}}-ren {{product_names_joined}}-rentzat {{forecast_period_days}} eguneko eskaera aurreikuspenean oinarritutako eskaera programatua.",
"safety_stock_replenishment": "{{supplier_name}}-ren {{product_names_joined}}-rentzat segurtasun stockaren birjartzea.",
"supplier_contract": "{{supplier_name}}-rekin kontratuaren arabera programatutako eskaera.",