You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MultiString class for managing translations of the documentation was intended for use with a templating system like Jinja2. This works fine for now (although we haven't made much use of it yet), but we may want to eventually consider a more standard tool for this, such as the gettext module in the standard library. Maybe we could wrap gettext's class-based API with something to maintain a similar usage to MultiString.
The text was updated successfully, but these errors were encountered:
The
MultiString
class for managing translations of the documentation was intended for use with a templating system like Jinja2. This works fine for now (although we haven't made much use of it yet), but we may want to eventually consider a more standard tool for this, such as thegettext
module in the standard library. Maybe we could wrapgettext
's class-based API with something to maintain a similar usage toMultiString
.The text was updated successfully, but these errors were encountered: