WebUI translations are not loaded. freeipa: 4.6.3
Since https://pagure.io/freeipa/c/1ea1fdd7421bcf288ed82939e84352af3cd6a6b4?branch=master LC_ALL wsgi variable is always C.UTF-8. IPA RPC server processes HTTP_ACCEPT_LANGUAGE user header to LANG variable. But it is not enough for translation (before that commit LC_ALL was unsetted). Thus, UI is always in English.
LC_ALL
C.UTF-8
HTTP_ACCEPT_LANGUAGE
LANG
Plan to fix: IPA RPC server should process HTTP_ACCEPT_LANGUAGE user header to LC_ALL variable.
If it is appropriate fix way i can prepare patch.
Fixed in https://pagure.io/freeipa/c/6c5a7464b26eaf5af890af3b0433bbb6e7bc5f3e?branch=master.
Metadata Update from @slev: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)