Modeling A ============== Characteristics of modeling ----------------------------------- We test basic functions accessible in the Python space: * Internationalization of messages: We check that the gettext translation function ("_ ()" function) is available, and that it returns the expected translation for a simple string. The result depends on LANG ='EN' in DEBUT, on the correct installation of the share/locale/aster/en/ LC_MESSAGES /aster_messages.mo file and on the correct loading of this file by the i18n.py module.