@nospamproxy/core
Preparing search index...
common/I18nBackend
II18NBackendOptions
Interface II18NBackendOptions
Backend class to fetch translation files.
interface
II18NBackendOptions
{
httpClient
?:
IHttpClient
;
path
?:
(
language
:
string
)
=>
string
;
}
Index
Properties
http
Client?
path?
Properties
Optional
http
Client
httpClient
?:
IHttpClient
Optional
path
path
?:
(
language
:
string
)
=>
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
http
Client
path
@nospamproxy/core
Loading...
Backend class to fetch translation files.