Skip to content

Commit bfd2d41

Browse files
committed
Update internationalization.adoc
1 parent 1c3f720 commit bfd2d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/js-sdk-guide/modules/tooling-guide/pages/internationalization.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-License-Identifier: MPL-2.0
1212

1313
=== What does internationalization mean?
1414
Internationalization is the process of supporting multiple languages in your applications.
15-
This can be accomplished in an Angular application through third-party libraries, such as _ngx-translate_, or you
15+
This can be accomplished in an Angular application through third-party libraries, such as _@ngneat/transloco_, or you
1616
can use the built-in i18n functionality.
1717

1818
The command explained below does all the necessary work to prepare the Angular application to support this feature
@@ -31,4 +31,4 @@ In the `demo-schematics` project folder run:
3131
[source]
3232
ng generate @esmf/semantic-ui-schematics:i18n
3333

34-
Afterwards the project can translate a UI using https://github.com/ngx-translate[ngx-translate,window=_blank,opts=nofollow].
34+
Afterwards the project can translate a UI using https://github.com/jsverse/transloco[@ngneat/transloco,window=_blank,opts=nofollow].

0 commit comments

Comments
 (0)