Temporary clone of the gettext crate
- Rust 99.6%
- Makefile 0.4%
|
|
||
|---|---|---|
| src | Fix complex plural parsing | |
| test_cases | Avoid panics | |
| tests | Move test into the integration test module | |
| .gitignore | Fat init | |
| .travis.yml | Bump minimum Rust version once more | |
| Cargo.toml | Remove clippy | |
| LICENSE | Fat init | |
| Makefile | Commit the 1st test case. | |
| README.md | Update README.md: plurals are now supported! | |
Gettext for Rust
Roadmap for now
- Parsing MO files (10.3)
- Parsing metadata (6.2)
- Supporting encodings other than UTF-8
- Parsing the plural expression (11.2.6)
- Correct pathfinding? (11.2.3)