Skip to content

Commit

Permalink
add info
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator committed Oct 15, 2024
1 parent 50b2ce9 commit fa4b498
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,22 @@ Gettext L10n is a translation library that provides localization support using t
## TODO

- [ ] Add tests (unit tests, integration tests, etc.)
- [ ] Unit Tests
- [ ] Generator (json, po, mo, etc.)
- [x] Reader (json, po, mo)
- [ ] Examples (partial)
- [x] PO Generator
- [ ] MO Generator
- [x] JSON Generator
- [ ] XML Generator
- [x] Reader (json, po, mo, xml)
- [x] PO Reader
- [x] MO Reader
- [x] JSON Reader
- [x] XML Reader
- [x] Examples (partial)
- [x] PO Example
- [x] MO Example
- [x] JSON Example
- [x] XML Example
- [ ] Documentation (need help)


Expand Down

0 comments on commit fa4b498

Please sign in to comment.