WebApp icon indicating copy to clipboard operation
WebApp copied to clipboard

More language choices in staging environment

Open roschaefer opened this issue 6 years ago • 3 comments

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

roschaefer avatar Oct 17 '18 12:10 roschaefer

Cool! :)

360fun avatar Oct 17 '18 13:10 360fun

@roschaefer this is Great thanks. 👍

appinteractive avatar Oct 26 '18 22:10 appinteractive

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.

erhardtstiefel avatar Nov 03 '19 18:11 erhardtstiefel