Skip to content

Missing (absent) translation #438

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

Closed
ghost opened this issue May 31, 2019 · 3 comments
Closed

Missing (absent) translation #438

ghost opened this issue May 31, 2019 · 3 comments
Labels

Comments

@ghost
Copy link

ghost commented May 31, 2019

System information

SolveSpace version: 3.0~ 9ac55f3

Operating system: Debian 9.x Stretch (x86_64)

Expected behavior

SolveSpace should start & work without issues.

Actual behavior

After launch SolveSpace it print in terminal output messages about Missing (absent) translation ...

Additional information

Terminal Log:

$ solvespace
SolveSpace!

Missing (absent) translation for 'Show &Underconstrained Points'
Missing (absent) translation for dialog'Do you want to save the changes you made to the new sketch?'
Missing (absent) translation for dialog'Your changes will be lost if you don't save them.'
Missing (absent) translation for button'&Save'
Missing (absent) translation for button'Do&n't Save'
Missing (absent) translation for button'&Cancel'

...
@whitequark
Copy link
Contributor

That's not a bug. That's a missing translation, exactly as the message says.

@ghost
Copy link
Author

ghost commented May 31, 2019

If so, could this message include also locale codes of translation (e.g. ru, uk, etc.) where those messages missing?

Also, if I not switch locale (use default English), think, those messages should not be printed as English is base language. Or we should create en_UK and en_US locales for SolveSpace?

Sorry, something went wrong.

@whitequark
Copy link
Contributor

If so, could this message include also locale codes of translation (e.g. ru, uk, etc.) where those messages missing?

The messages are missing from the locale you've selected.

Also, if I not switch locale (use default English), think, those messages should not be printed as English is base language.

These messages are printed for English if the translation template (.pot file) has not been updated. This file should only be updated before requesting translators to update everything for a new release, so it'll be before a release. You can safely ignore them otherwise.

Sorry, something went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant