gettext 0.2.0

An implementation of Gettext translation framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Gettext for Rust

[Documentation (0.2)](https://crates.fyi/crates/gettext/0.2.0/)

[Documentation (master)](https://justinas.github.io/gettext/gettext/)

## Roadmap for now
- [x] Parsing MO files (10.3)
- [x] Parsing metadata (6.2)
- [x] Supporting encodings other than UTF-8
- [ ] Parsing the plural expression? (11.2.6)
- [ ] Correct pathfinding? (11.2.3)