docs: fix 404 links (#91)

3 links here were broken - probably the formatjs people changed their URL structure. This change request fixes that.
This commit is contained in:
pal03377 2020-09-15 14:41:17 +02:00 committed by GitHub
parent f1ba910110
commit 6269ec75f8
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.
- [Basic Internationalization Principles](https://formatjs.io/docs/basic-internationalization-principles)
- [Runtime Environments](https://formatjs.io/docs/runtime-requirements)
- [ICU Message Syntax](https://formatjs.io/docs/icu-syntax)
- [Basic Internationalization Principles](https://formatjs.io/docs/core-concepts/basic-internationalization-principles)
- [Runtime Environments](https://formatjs.io/docs/guides/runtime-requirements/)
- [ICU Message Syntax](https://formatjs.io/docs/core-concepts/icu-syntax/)
### `$format` or `$_` or `$t`