From 34504be9ef47e23db9713212d8d69b21651bac05 Mon Sep 17 00:00:00 2001 From: ArrayIterator Date: Wed, 16 Oct 2024 00:45:01 +0700 Subject: [PATCH] add information --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 74ba61d..e4b3bb6 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,12 @@ 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.) +### DONE +- [x] Generator (json, po, mo, xml) - [x] PO Generator - - [ ] MO Generator + - [x] MO Generator - [x] JSON Generator - - [ ] XML Generator + - [x] XML Generator - [x] Reader (json, po, mo, xml) - [x] PO Reader - [x] MO Reader @@ -22,6 +21,14 @@ Gettext L10n is a translation library that provides localization support using t - [x] MO Example - [x] JSON Example - [x] XML Example + +### PROGRESS +- [ ] Add global translator +- [ ] Add support for more formats +- [ ] Add tests (unit tests, integration tests, etc.) + - [ ] Unit Tests + +### PLANNED - [ ] Documentation (need help)