[ JULEP ] Add Internationalization (i18n) and localization (l10n) support. (WIP) #43098
Open
17 tasks
Labels
julep
Julia Enhancement Proposal
Julia i18n & l10n
Implementation:
C/C++: gettext.h
gettext.h
and derived functionality should be used._()
AKAgettext()
.Femtolisp: Port srfi#29/localization
Julia: Port Python
gettext
implementation to Julia (currently there is Gettext.jl but uses PyCall, also Gettext should be a standard library in order to localize julia itself, not just external packages).Configuration
Makefiles should handle opt-in functionality to compile with i18n support, default is no i18n.
make.user
configuration variable.Runtime argument flag, needed to bypass
LANG
and other environment variables, when callingjulia
?julia --LANG es_MX
orLANG=es_MX julia
.Translation
Documentation
Testing
The text was updated successfully, but these errors were encountered: