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
Copy file name to clipboardExpand all lines: README.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ Get the complete changelog here: https://github.com/denniske/ngx-translate-multi
13
13
*[Usage](#usage)
14
14
15
15
## breaking change: v9.0.0
16
-
This library is now using `httpBackend` instead of the `httpClient`, to avoid being delayed by interceptor, which was creating errors while loading.
16
+
* This library is now using `httpBackend` instead of the `httpClient`, to avoid being delayed by interceptor, which was creating errors while loading.
17
+
* From the v9, the library will only be using a list of `string[]` so `prefix` & `suffix` aren't needed anymore and `.json` gonna be the default suffix.
17
18
18
19
## Installation
19
20
@@ -74,21 +75,5 @@ The `MultiTranslateHttpLoader` takes a list of strings.
74
75
Those strings, for example `['/assets/i18n/core/', '/assets/i18n/vendors/']`,
75
76
will load your translations files for the lang "en" from : `/assets/i18n/core/en.json` and `/assets/i18n/vendors/en.json`
76
77
77
-
### Custom suffix
78
-
**For now this loader only support the `json` format.**
0 commit comments