From cb82eee7c92cfe300c3e0cdd095031e6289d6039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Felipe=20Saldarriaga?= <51303452+xiopipe@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:11:13 -0500 Subject: [PATCH] docs(admin-ui): fix ngx-translate and unicode link (#3227) --- packages/admin-ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/admin-ui/README.md b/packages/admin-ui/README.md index b18c3d6aa7..3b4ad49817 100644 --- a/packages/admin-ui/README.md +++ b/packages/admin-ui/README.md @@ -27,7 +27,7 @@ In addition to the library, there is also a full application located at [./src/a ## Localization -Localization of UI strings is handled by [ngx-translate](http://www.ngx-translate.com/). The translation strings should use the [ICU MessageFormat](http://userguide.icu-project.org/formatparse/messages). +Localization of UI strings is handled by [ngx-translate](https://ngx-translate.org). The translation strings should use the [ICU MessageFormat](https://unicode-org.github.io/icu/userguide/format_parse/messages). Translation keys are automatically extracted by running: ```