How can I change %2$.2f in strings like the following string so that I get a "," in the number instead of a "."?
It might say "1.23 seconds" but I want "1,23 seconds".
Code:
'MIGRATION_DATA_DONE'=> 'Installed Data: %1$s; Time: %2$.2f seconds',
Statistics: Posted by scootergrisen — Sat Aug 17, 2024 7:35 pm