mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 09:59:58 +01:00
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:
parent
f1ba910110
commit
6269ec75f8
@ -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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user