You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greek, Russian and Ukrainian translations of MSG_MOVE_N_MM use '%s' characters instead of '$'
'%s' symbols are not replaced by '0.025' value and are displayed as is
Bug Timeline
Unknown
Expected behavior
'$' character is used
language_en.h LSTR MSG_MOVE_N_MM = _UxGT("Move $mm");
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Greek, Russian and Ukrainian translations of MSG_MOVE_N_MM use '%s' characters instead of '$'
'%s' symbols are not replaced by '0.025' value and are displayed as is
Bug Timeline
Unknown
Expected behavior
'$' character is used
language_en.h
LSTR MSG_MOVE_N_MM = _UxGT("Move $mm");
Actual behavior
'%s' characters are used
language_el.h
LSTR MSG_MOVE_N_MM = _UxGT("Μετακίνηση %s μμ");
language_el_gr.h
LSTR MSG_MOVE_N_MM = _UxGT("Μετακίνηση %s μμ");
language_ru.h
LSTR MSG_MOVE_N_MM = _UxGT("Движение %sмм");
language_uk.h
LSTR MSG_MOVE_N_MM = _UxGT("Рух %sмм");
The text was updated successfully, but these errors were encountered: