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: .github/ISSUE_TEMPLATE/feature-request.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ body:
49
49
attributes:
50
50
label: Describe alternatives you've considered
51
51
render: markdown
52
-
placeholder: A clear and concise description of the current behavior. It's best to provide an example, for that you could use our [CodeSandbox example](https://codesandbox.io/s/ngneat-transloco-kn52hs)
52
+
placeholder: A clear and concise description of the current behavior. It's best to provide an example, for that you could use our [CodeSandbox example](https://codesandbox.io/p/sandbox/jsverse-transloco-kn52hs)
Copy file name to clipboardExpand all lines: BREAKING_CHANGES.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ We have removed deprecated code and upgraded dependencies, please take a look at
153
153
154
154
### Features
155
155
156
-
- Messageformat compiled messages are now cached by default see [#358](https://github.com/ngneat/transloco/issues/358) & [messageformat caching](https://ngneat.github.io/transloco/docs/plugins/message-format#caching). Thank goes to [k3nsei](https://github.com/k3nsei).
156
+
- Messageformat compiled messages are now cached by default see [#358](https://github.com/jsverse/transloco/issues/358) & [messageformat caching](https://jsverse.gitbook.io/transloco/plugins/message-format#caching-v3). Thank goes to [k3nsei](https://github.com/k3nsei).
157
157
158
158
## Transloco Persist Lang
159
159
@@ -225,8 +225,6 @@ We need this information to know whether we're dealing with a `language` or a `s
225
225
226
226
**We created a schematics command that'll do most of the work for you**
227
227
228
-
For more information see the [schematics upgrade command](https://ngneat.github.io/transloco/docs/schematics/upgrade)
229
-
230
228
## Features
231
229
232
230
- Each translation file is now flatten in runtime. This change brings benefits such as lower memory consumption, and faster value accessor.
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@
20
20
21
21
Transloco enables you to define translations for your content in multiple languages and seamlessly switch between them at runtime. With its robust API, managing translations becomes efficient and maintainable. Additionally, Transloco offers an array of plugins designed to enhance your development experience. Here's a quick look at its powerful features:
22
22
23
+
✅ Signal-based API
24
+
✅ Fully supports standalone components
23
25
✅ Clean and DRY templates
24
26
✅ Lazy Loading support
25
27
✅ Handle multiple languages simultaneously
@@ -29,8 +31,7 @@ Transloco enables you to define translations for your content in multiple langua
29
31
✅ Localization (L10N) support
30
32
✅ A variety of rich plugins
31
33
✅ Highly customizable and hackable
32
-
✅ Schematics
33
-
✅ Fully supports standalone components
34
+
✅ Schematics
34
35
35
36
Transloco is your all-in-one solution for internationalizing Angular applications with ease and flexibility.
0 commit comments