Skip to content

Commit

Permalink
docs(admin-ui): fix ngx-translate and unicode link (#3227)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiopipe authored Nov 25, 2024
1 parent b6b6de6 commit cb82eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit cb82eee

Please sign in to comment.