diff --git a/README.md b/README.md index a373b73..74ba61d 100644 --- a/README.md +++ b/README.md @@ -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)