1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| msgid ""
| msgstr ""
| "Content-Type: text/plain; charset=UTF-8\n"
| "Content-Transfer-Encoding: 8bit\n"
| "Language: en\n"
|
| msgid "foo"
| msgstr "bar"
|
| msgid "bar"
| msgstr "foo"
|
| # Comment 1
| # Comment 2
| #, fuzzy,another
| #: src/file_1 src/file_2:50
| msgid "foo_bar"
| msgstr "foobar"
|
| # Comment
| #, fuzzy
| #: src/file_1
| msgid "bar_foo"
| msgstr "barfoo"
|
|