Skip to content

Commit

Permalink
add information
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator committed Oct 15, 2024
1 parent bdcebf6 commit 34504be
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)


Expand Down

0 comments on commit 34504be

Please sign in to comment.