Update formatjs urls

This commit is contained in:
Christian Kaisermann 2020-06-18 09:43:45 -03:00 committed by GitHub
parent 702dd1aea1
commit 47ca8e679f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,9 @@
Under the hood, `formatjs` is used for localizing your messages. It allows `svelte-i18n` to support the ICU message syntax. It is strongly recommended to read their documentation about it. Under the hood, `formatjs` is used for localizing your messages. It allows `svelte-i18n` to support the ICU message syntax. It is strongly recommended to read their documentation about it.
- [Basic Internationalization Principles](https://formatjs.io/guides/basic-i18n/) - [Basic Internationalization Principles](https://formatjs.io/docs/basic-internationalization-principles)
- [Runtime Environments](https://formatjs.io/guides/runtime-environments/) - [Runtime Environments](https://formatjs.io/docs/runtime-requirements)
- [ICU Message Syntax](https://formatjs.io/guides/message-syntax/) - [ICU Message Syntax](https://formatjs.io/docs/icu-syntax)
### `$format` or `$_` or `$t` ### `$format` or `$_` or `$t`