1
0
Fork
You've already forked gettext
0
Temporary clone of the gettext crate
  • Rust 99.6%
  • Makefile 0.4%
Find a file
2019年04月07日 15:35:23 +01:00
src Fix complex plural parsing 2019年04月07日 15:35:23 +01:00
test_cases Avoid panics 2018年10月31日 20:09:13 +01:00
tests Move test into the integration test module 2018年11月14日 12:31:53 +02:00
.gitignore Fat init 2016年01月17日 15:32:45 +02:00
.travis.yml Bump minimum Rust version once more 2018年11月01日 15:07:47 +02:00
Cargo.toml Remove clippy 2018年11月14日 13:24:09 +02:00
LICENSE Fat init 2016年01月17日 15:32:45 +02:00
Makefile Commit the 1st test case. 2016年02月05日 16:29:41 +02:00
README.md Update README.md: plurals are now supported! 2018年10月31日 20:14:52 +01:00

Gettext for Rust

Documentation (latest stable)

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)