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

[translation] string for webcam/camera is missing #2279

Closed
despecial opened this issue May 20, 2020 · 4 comments
Closed

[translation] string for webcam/camera is missing #2279

despecial opened this issue May 20, 2020 · 4 comments
Labels
Feature 🌏 Locale Translations and internationalization

Comments

@despecial
Copy link

How to translate the string for the dashboard webcam feature?

@goto-bus-stop
Copy link
Contributor

You can set the title option:

uppy.use(Webcam, { title: 'Camera' })

It would be good to have a way to do this via the locale option, so all translations are in one place, but that currently doesn't work.

@goto-bus-stop goto-bus-stop added 🌏 Locale Translations and internationalization and removed Triage labels May 20, 2020
@despecial
Copy link
Author

thanks, that helps. not sure if its translatable via locales later.

@arturi
Copy link
Contributor

arturi commented May 22, 2020

It would be good to have a way to do this via the locale option, so all translations are in one place, but that currently doesn't work.

So, exclusively for Webcam? Some plugins might not have translation strings, but most do have tab buttons and titles 🤔

@goto-bus-stop
Copy link
Contributor

would prob do it for all … provider plugins may not currently have translations of their own, but they already include all the translator code through provider-views, so it would not be a big deal to add it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature 🌏 Locale Translations and internationalization
Projects
None yet
Development

No branches or pull requests

3 participants