Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisSigrist committed Oct 3, 2023
1 parent 508ab26 commit f1ca37f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
21 changes: 20 additions & 1 deletion README.md
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)

11 changes: 10 additions & 1 deletion docs/10-Introduction.md
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

3 changes: 3 additions & 0 deletions docs/40-API.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# API

TODO
File renamed without changes.

0 comments on commit f1ca37f

Please sign in to comment.