Page MenuHomePhabricator

Use Babel to configure translations
Closed, ResolvedPublic

Description

This task consists of using Flask-Babel to enable translations in the application. The following steps will be carried out

  • Setting up the translation message files
  • Picking up/extracting translation messages into messages files
  • creating translations per language using language code
  • compiling and testing translations
  • Enabling language switch with session language switch
  • Adding ability tor user to change language code for session by appending '?lang=<lang_code>' to url