Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.82 KB

TODO.md

File metadata and controls

15 lines (11 loc) · 1.82 KB

Accessibility and branding

There will need to be changes in app.py to change colours and styles of the interactive visualizations as well as the HTML layout of the page. Most other changes will just be CSS.

Translations

  • Translations are tricky with Dash due to the way it renders the page. To learn how to make new translations, consult https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xiii-i18n-and-l10n

  • Each text element to be translated in dash has to be given a component ID (see Dash documentation for more details on this). The component is subsequently re-rendered on language switch.