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

More language choices in staging environment #324

Open
roschaefer opened this issue Oct 17, 2018 · 3 comments
Open

More language choices in staging environment #324

roschaefer opened this issue Oct 17, 2018 · 3 comments

Comments

@roschaefer
Copy link
Contributor

Is your feature request related to a problem? Please describe.
We have a couple of people who are passionate about contributing translations, including Spanish, Italian and French. Take @360fun as an example. We would like to accept more language contributions but we don't want to slow down development, in case a translation is not 100% finished. Therefore we want a switch in which we can opt-in to more language in staging environment but enable only EN and DE for production.

Describe the solution you'd like
An environment variable should define the list of choosable languages:

# this should enable German, English, Spanish, Italian and French
LANGUAGES=de,en,es,it,fr yarn run dev

The fallback for missing translations should be EN.

Describe alternatives you've considered

Environment variables are necessary because this is the only thing we can change in deployed environments, where we cannot change config files.

Additional context
screenshot 8

@360fun
Copy link

360fun commented Oct 17, 2018

Cool! :)

@appinteractive
Copy link
Member

@roschaefer this is Great thanks. 👍

@erhardtstiefel
Copy link

I understood the issue but since I'm a novice in this area I'd like to be included in the solution process by a personal message. Thanks.

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

No branches or pull requests

4 participants