tags.
Now we output JSON.
Make sure to use Polish numbers with spaces? We have 43,543 - in Polish we use space as thousand separator, so "43 543". Also 2.6 million -> "2,6 miliona" (comma decimal). 1.00679 -> "1,00679" but we have USD amounts, so we can keep decimal point? Usually in Polish we use comma, but for currency we often use comma. But the original uses decimal point. We can keep as is or convert to comma. Since it's a translation, we should adapt to Polish conventions. But numbers like $2.10 we can write "2,10 USD" with comma. But in the text we have "1.00679" - we can write "1,00679" but that might be confusing because thousand separator is space. Actually, 1.00679 is a decimal, so we use comma