1ed7dd4 Install language packs for tests

1 file Authored by slev 4 years ago, Committed by frenaud 4 years ago,
    Install language packs for tests
    
    * 'fr_FR' locale is utilized in
    test_ipaserver/test_i18n_messages.py::test_i18n_messages::test_i18n_consequence_receive
    
    * 'en_US' is a commonly used locale
    AP warns regularly:
    
    ```
    /bin/bash: warning: setlocale: LC_ALL: cannot change locale
    (en_US.utf8): No such file or directory
    ```
    
    Signed-off-by: Stanislav Levin <slev@altlinux.org>
    Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>