SVG bug when changing language code

hello, when I try to change settings from LANGUAGE_CODE = ‘en-us’ to LANGUAGE_CODE = ‘ru’ my SVG layout changes “.”(dot) to “,”(comma) so my svg icons are not rendered

Depending upon exactly how you’re rendering this within your template, you could enclose the rendering of that data within a localize off block.
Or, if it’s a single variable, you could use the unlocalize filter.