From fa4b49810e277b5b093cce0d05e3d41f325a3684 Mon Sep 17 00:00:00 2001 From: ArrayIterator Date: Tue, 15 Oct 2024 21:04:15 +0700 Subject: [PATCH] add info --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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)