You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simulation dashboard was not built for a wider audience from the start. That is reason a lot of text still is in german. On the other hand, the heap pump model classes are mostly using english, so we are not even consistent with german. The task for this issue is to implement a user selectable language, which is the dynamically applied to all text within the dashboard.
Necessary steps
Existing german text has to be translated to english and vice versa
Some kind of button or switch has to be added to the dashboard to toggle between languages
Text has to be dynamically chosen based on language switch
The text was updated successfully, but these errors were encountered:
Start introducing 'gettext' on dashboard and variables to traslate the name expose on the streamlit interface, add also files to translate from english to german, remove line on '.gitignore' file to not ignore translation files
fixjfreissmann#7
Description of task
The simulation dashboard was not built for a wider audience from the start. That is reason a lot of text still is in german. On the other hand, the heap pump model classes are mostly using english, so we are not even consistent with german. The task for this issue is to implement a user selectable language, which is the dynamically applied to all text within the dashboard.
Necessary steps
The text was updated successfully, but these errors were encountered: