diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-07-01 10:53:23 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2009-07-02 12:28:25 +0200 |
commit | 9a90dab23bd1bd37bd4a7aace588896d2ae7e9d9 (patch) | |
tree | 17ac2a57b219d6f7f28444e889bc4187bbbb181f /tests/auto/linguist/lupdate/testdata/good/parsecpp/project.ts.result | |
parent | f4f79c42b7086145b59e99d195b6295720b7377a (diff) | |
download | qt4-tools-9a90dab23bd1bd37bd4a7aace588896d2ae7e9d9.tar.gz |
add support for attaching meta data to translatable messages
Requirement: QT-457
Diffstat (limited to 'tests/auto/linguist/lupdate/testdata/good/parsecpp/project.ts.result')
-rw-r--r-- | tests/auto/linguist/lupdate/testdata/good/parsecpp/project.ts.result | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/parsecpp/project.ts.result b/tests/auto/linguist/lupdate/testdata/good/parsecpp/project.ts.result index 9386c1900d..5bd75254cf 100644 --- a/tests/auto/linguist/lupdate/testdata/good/parsecpp/project.ts.result +++ b/tests/auto/linguist/lupdate/testdata/good/parsecpp/project.ts.result @@ -239,6 +239,27 @@ </message> </context> <context> + <name>TestingTake17</name> + <message id="this_is_an_id"> + <location filename="main.cpp" line="170"/> + <source>something cool</source> + <extracomment>random comment</extracomment> + <translation type="unfinished"></translation> + <extra-po-ignore_me>totally foo-barred nonsense</extra-po-ignore_me> + <extra-loc-layout_id>fooish_bar</extra-loc-layout_id> + </message> + <message> + <location filename="main.cpp" line="172"/> + <source>less cool</source> + <translation type="unfinished"></translation> + </message> + <message id="another_id"> + <location filename="main.cpp" line="175"/> + <source>even more cool</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> <name>scope</name> <message numerus="yes"> <location filename="main.cpp" line="146"/> |