Invenio Developer Forum 2016-10-10 Angular I18N

Europe/Zurich
31/S-023 (CERN)

31/S-023

CERN

22
Show room on map
Description

The Invenio Developer Forum takes place every Monday at 16:00 CET/CEST and can be accessed via teleconferencing at https://vidyoportal.cern.ch/flex.html?roomdirect.html&key=ygjcGzMEk8re

    • 16:00 17:00
      Angular I18N 1h
      Speaker: Jiri Kuncar (CERN)

      Andrew will present work on internationalising Angular applications.

      Some points raised in the discussion:

      • use of AngularJS is probably enough for all services, hence angular-gettext seems a good choice;
      • use invenio-i18n so that language choice is well propagated between front-end and back-end;
      • it is not necessary to join "py" and "js" PO message catalogues: Transifex helps here via common project "message pool"
      • it is more efficient to have small JS catalogues so that unwanted messages don't need to travel over net;
      • it might be harder to combine overlay messages with Invenio messages due to many packages.