Currency formatting issue with HUF - Brooklyn template

Dear All,

I’m really new to Shopify. But I created a site https://zwoong.hu ! The theme (based on Brooklyn) came from our partner. I just translated the strings which were in other language. Everything works fine, just one thing it seems so crazy.

If I go to the product page the variant price and the compare to price shows the right format and currency, like: 159 900 Ft csak most 127 920 Ft

If I choose another variant from the dropdown, the format change to 109,900 csak most 87,920 It’s strange for me!

In the General Settings the store currency is HUF and the HTML formatting set to

HTML with currency {{ amount_no_decimals }} Ft

HTML without currency {{ amount_no_decimals }}

In the product.price.liquid file I using this line to show the prices:

{% if variant.compare_at_price > variant.price %}csak most{% endif %} {{ variant.price | money_with_currency }}

So my question is why change back to other format after selected another item from the dropdown?

Thank you for you help guys in advance!