Interface n.i.II18NConfig(Interface):
Part of
nevow
.
inevow
View Source
View In Hierarchy
Known implementations:
nevow.i18n.I18NConfig
Interface for I18N configuration.
Instance Variables
domain
the gettext domain (type: str )
localeDir
path to the messages files or None to use the system default (type: str or None )
Line #
Kind
Name
Docs
546
Attribute
domain
The gettext domain
547
Attribute
localeDir
Path to the messages files or None to use the system default
domain =
The gettext domain
localeDir =
Path to the messages files or None to use the system default
API Documentation
for Nevow, generated by
pydoctor
.