Skip to content

locale fi download plot as a png button translate not work #4612

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
njake opened this issue Mar 3, 2020 · 2 comments
Closed

locale fi download plot as a png button translate not work #4612

njake opened this issue Mar 3, 2020 · 2 comments
Labels
bug something broken

Comments

@njake
Copy link

njake commented Mar 3, 2020

Locale fi "Download plot as a png" translate not work in button title.
Other languages work example sv.

Example code. Move mouse to download button(camera) to see wrong title.
https://codepen.io/njake/pen/rNVzWeg

@alexcjohnson
Copy link
Collaborator

Thanks @njake - looks like we just have the wrong translation key:

'Download plot as png': 'Lataa kuvio png-muodossa',

should be Download plot as a png (missing a)

#2269 talked about adding a check for missing keys in translations - this issue brings up the need for a check of wrong keys, which is something we can fix without knowing the language in question, either by adjusting the key if it's obvious like this case, or by deleting the key and waiting for a native speaker to provide the right thing.

@archmoj
Copy link
Contributor

archmoj commented Sep 14, 2023

Fixed by #6723.

@archmoj archmoj closed this as completed Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

3 participants