gettext 0.4.0

An implementation of Gettext translation framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
msgid ""
msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural = n == 1 ? 0 : n == 2 ? 1 : 2;\n"

msgid "Test"
msgid_plural "Tests"
msgstr[0] "Singular"
msgstr[1] "Plural 1"
msgstr[2] "Plural 2"