"%,d" is not recognized as a variable

Hi. I have a small improvement request.

Java supports using %,d as a formatting specifier. Compared to %d, this provides nicer formatting with locale-dependent digit grouping (1,000,000 vs 1000000). However, Crowdin doesn’t recognize this as a variable like it does %d or %s:
Снимок экрана 2023-09-25 в 18.42.29
Recognized variables are highlighted and produce a warning when missing from translations. I’ve already had several occasions when a translator mistyped %,d which later resulted in app crashes.

Hi @grishka ,

Thank you for your request, really the variable %,d will not be highlighted in Crowdin like the variable %d is highlighted

I have forwarded this to our development team and will let you know as soon as I hear back from them.

Will keep you posted

1 Like

Hi @grishka ,

Highlighted the %,d variable for you in your project so it should look good on your end now

1 Like