File: test_msgctxt.po

package info (click to toggle)
polib 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 840 kB
  • sloc: python: 1,683; makefile: 113; sh: 6
file content (17 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# test file for msgctx in mo files (issue #22)
msgid ""
msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"

msgctxt "Some message context"
msgid "some string"
msgstr "une chaîne avec contexte"

msgctxt "Some other message context"
msgid "singular"
msgid_plural "plural"
msgstr[0] "singulier"
msgstr[1] "pluriel"

msgid "some string"
msgstr "une chaîne sans contexte"