gettext 0.4.0

An implementation of Gettext translation framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
msgctxt "this is context"
msgid "Text"
msgid_plural "Texts"
msgstr[0] "Tekstas"
msgstr[1] "Tekstai"

msgid "Image"
msgid_plural "Images"
msgstr[0] "Nuotrauka\xFF"
msgstr[1] "Nuotraukos"