Skip to content

Commit 3b1ff08

Browse files
committed
Clarify current status in README
1 parent 4a35311 commit 3b1ff08

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,18 @@ Other implementations already exist in [Rust][fluent-rs], [Javascript][fluent.js
1515

1616
## Status
1717

18-
As of now it is possible to use this for simple string localization (without parameter substitution) but it is not feature complete nor is the API stable (see [lua alternatives](#alternatives). If you have ideas about how the Lua API should work or wish to contribute, please join the project chat and/or open [issues](https://github.com/alerque/fluent-lua/issues) for points of discussion.
18+
It is possible to use this for simple string localization with basic parameter substitution but it is not feature complete nor is the API stable (see [Lua alternatives](#alternatives)). If you have ideas about how the Lua API should work or wish to contribute, please join the project chat and/or open [issues](https://github.com/alerque/fluent-lua/issues) for points of discussion.
19+
20+
- [x] Parse FTL input strings
21+
- [x] Format Basic messages
22+
- [x] Format String and Number literals
23+
- [x] Substitute VariableReferences
24+
- [ ] Handle Attributes
25+
- [ ] Handle Terms
26+
- [ ] Handle MessageReferences
27+
- [ ] Setup Locale fallbacks in Bundle
28+
- [ ] Localize number formatting
29+
- [ ] Functions
1930

2031
### 0.0.3
2132

0 commit comments

Comments
 (0)