Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Invalid %s entry in various MSG_MOVE_N_MM strings #25039

Closed
jmz52 opened this issue Nov 30, 2022 · 2 comments
Closed

[BUG] Invalid %s entry in various MSG_MOVE_N_MM strings #25039

jmz52 opened this issue Nov 30, 2022 · 2 comments

Comments

@jmz52
Copy link
Contributor

jmz52 commented Nov 30, 2022

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мм");

@ellensp
Copy link
Contributor

ellensp commented Dec 1, 2022

A PR has been created to fix this

@ellensp ellensp closed this as completed Dec 1, 2022
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Jan 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants