Constructor
# new I18nLoader(http, resourcesopt, versionedSuffixopt)
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
http |
HttpClient
|
The HTTP client used to fetch translation resources. |
||
resources |
Array.<I18nResourceConfig>
|
<optional> |
[] | The translation resources to be loaded. |
versionedSuffix |
boolean
|
<optional> |
false | Whether to append a versioned suffix to resource URLs. |