packages/base/src/lib/eui-models/eui-config/i18n.config.ts
Properties |
|
| i18nFolders |
i18nFolders:
|
Type : string | string[]
|
| Optional |
|
Those folders will be used to load the translations files from assets.
e.g [ |
| i18nResources |
i18nResources:
|
Type : I18nResource | I18nResource[]
|
| Optional |
|
It is a set of more customized resources to be loaded. You can provide a function to compile the translations or simply provide the prefix and suffix of the resource, or both. Example : |
| i18nServices |
i18nServices:
|
Type : string | string[]
|
| Optional |
|
Array of service urls to translation, don't add the language it will be added e.g. http://net1/trans/en Keep in mind that the url should be the prefix and not contain any suffix. |