Add gettext to the native runtime for localization
complete
p
peter
GNU gettext is a common utility for localization tooling (and is the only supported tool for the core Django i18n workflow).
Right now you can't host a Django app with localization in the native Render runtime.
This utility is included in Heroku's environments, for example.
Log In
r
robdimarco
complete
r
robdimarco
The GNU gettext library has been added to native runtimes.
p
peter
robdimarco Amazing, thanks! Just switched over our application to put this to use!