-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
508ab26
commit f1ca37f
Showing
4 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# t18s | ||
|
||
Typesafe i18n for SvelteKit | ||
`t18s` is a vite plugin designed to work in tandem with SvelteKit to provide a simple and powerful translation experience. It's focus is on performance, bundle size and developer experience. | ||
|
||
## Features | ||
While it is still in early development, it already has some powerful and unique features. | ||
|
||
- [x] Full ICU MessageFormat support | ||
- [x] Fully TypeSafe | ||
- [x] HMR: No page reload on translation changes | ||
- [x] Precompiled translations, no runtime overhead | ||
- [x] Supports SSR and Prerendering | ||
|
||
## Documentation | ||
- [Introduction](docs/10-Introduction.md) | ||
- [Getting Started](docs/20-Getting-Started.md) | ||
- [Usage](docs/30-Usage.md) | ||
- [API](docs/40-API.md) | ||
- [Advanced Usage](docs/50-Advanced-Usage.md) | ||
- [Precompilation](docs/80-Precompilation.md) | ||
- [Roadmap](docs/99-Roadmap.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# Introduction | ||
|
||
TODO | ||
`t18s` is a vite plugin designed to work in tandem with SvelteKit to provide a simple and powerful translation experience. It's focus is on performance, bundle size and developer experience. | ||
|
||
|
||
## Features | ||
- [x] Fully TypeSafe | ||
- [x] Precompiled translations, no runtime overhead | ||
- [x] Supports SSR | ||
- [x] Full ICU MessageFormat support | ||
- [x] HMR: No page reload on translation changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# API | ||
|
||
TODO |
File renamed without changes.