mirror of
https://github.com/minetest/minetest.git
synced 2024-12-02 04:23:45 +01:00
e3aa79cffb
--------- Co-authored-by: Ekdohibs <nathanael.courant@laposte.net> Co-authored-by: y5nw <y5nw@protonmail.com> Co-authored-by: rubenwardy <rw@rubenwardy.com>
23 lines
648 B
Plaintext
23 lines
648 B
Plaintext
# Test Plural-Forms parsing
|
|
msgid ""
|
|
msgstr ""
|
|
"Plural-Forms: nplurals=2; plural= (n-1+1)<=1 ? n||1?0:1 : 1?(!!2):2;"
|
|
|
|
msgctxt "testtranslations"
|
|
msgid "Testing .po files: untranslated"
|
|
msgstr "Testing .po files: translated"
|
|
|
|
msgctxt "testtranslations"
|
|
msgid "@1: .po singular"
|
|
msgid_plural "@1: .po plural"
|
|
msgstr[0] "@1: .po 0 and 1 (French singular)"
|
|
msgstr[1] "@1: .po >1 (French plural)"
|
|
|
|
#, foo bar fuzzy
|
|
msgctxt "testtranslations"
|
|
msgid "Testing fuzzy .po entry: untranslated (expected)"
|
|
msgstr "Testing fuzzy .po entry: translated (wrong)"
|
|
|
|
msgid "Testing .po without context: untranslated"
|
|
msgstr "Testing .po without context: translated"
|