-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testing: added more expected output for makemessages depending on tri…
…m_blocks, lstrip_blocks
- Loading branch information
Showing
7 changed files
with
486 additions
and
0 deletions.
There are no files selected for viewing
102 changes: 102 additions & 0 deletions
102
testing/locale/en/LC_MESSAGES/django.noi18ntrim.lstrip.po
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
#: testapp/templates/i18n_test.html:1 testapp/templates/i18n_test.jinja:1 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
"Foo %(bar)s\n" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:6 testapp/templates/i18n_test.jinja:6 | ||
msgid "Year" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:9 testapp/templates/i18n_test.jinja:8 | ||
#, python-format | ||
msgid "1 Hello %(user)s!" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:11 testapp/templates/i18n_test.jinja:10 | ||
#, python-format | ||
msgid "2 Hello %(user)s!" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:14 testapp/templates/i18n_test.jinja:13 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
"3 This is %(book_title)s by %(author)s\n" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:20 testapp/templates/i18n_test.jinja:19 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
"4 There is %(count)s %(name)s object.\n" | ||
msgid_plural "" | ||
"\n" | ||
"4 There are %(count)s %(name)s objects.\n" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.html:27 testapp/templates/i18n_test.jinja:26 | ||
msgid "5 Hello World!" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:33 testapp/templates/i18n_test.jinja:32 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
" #%(invoice_count)s invoice\n" | ||
msgid_plural "" | ||
"\n" | ||
" #%(invoice_count)s invoices\n" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.html:41 testapp/templates/i18n_test.jinja:40 | ||
#, python-format | ||
msgid "#%(trimmed_invoice_count)s trimmed invoice" | ||
msgid_plural "#%(trimmed_invoice_count)s trimmed invoices" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.jinja:48 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
" #%(trimmed_invoice_count)s notrimmed invoice\n" | ||
msgid_plural "" | ||
"\n" | ||
" #%(trimmed_invoice_count)s notrimmed invoices\n" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.jinja:56 | ||
#, python-format | ||
msgid "#%(trimmed_invoice_count)s dash on my left\n" | ||
msgid_plural "" | ||
"\n" | ||
" #%(trimmed_invoice_count)s dash on my right" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.jinja:62 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
" #%(trimmed_invoice_count)s plus on my left\n" | ||
msgid_plural "" | ||
"\n" | ||
" #%(trimmed_invoice_count)s plus on my right\n" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.jinja:70 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
" #%(invoice_count)s tabbed for lstrip\n" | ||
msgid_plural "" | ||
"\n" | ||
" #%(invoice_count)s tabbed for lstrip plural\n" | ||
msgstr[0] "" | ||
msgstr[1] "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
#: testapp/templates/i18n_test.html:1 testapp/templates/i18n_test.jinja:1 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
"Foo %(bar)s\n" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:6 testapp/templates/i18n_test.jinja:6 | ||
msgid "Year" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:9 testapp/templates/i18n_test.jinja:8 | ||
#, python-format | ||
msgid "1 Hello %(user)s!" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:11 testapp/templates/i18n_test.jinja:10 | ||
#, python-format | ||
msgid "2 Hello %(user)s!" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:14 testapp/templates/i18n_test.jinja:13 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
"3 This is %(book_title)s by %(author)s\n" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:20 testapp/templates/i18n_test.jinja:19 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
"4 There is %(count)s %(name)s object.\n" | ||
msgid_plural "" | ||
"\n" | ||
"4 There are %(count)s %(name)s objects.\n" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.html:27 testapp/templates/i18n_test.jinja:26 | ||
msgid "5 Hello World!" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:33 testapp/templates/i18n_test.jinja:32 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
" #%(invoice_count)s invoice\n" | ||
msgid_plural "" | ||
"\n" | ||
" #%(invoice_count)s invoices\n" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.html:41 testapp/templates/i18n_test.jinja:40 | ||
#, python-format | ||
msgid "#%(trimmed_invoice_count)s trimmed invoice" | ||
msgid_plural "#%(trimmed_invoice_count)s trimmed invoices" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.jinja:48 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
" #%(trimmed_invoice_count)s notrimmed invoice\n" | ||
msgid_plural "" | ||
"\n" | ||
" #%(trimmed_invoice_count)s notrimmed invoices\n" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.jinja:56 | ||
#, python-format | ||
msgid "#%(trimmed_invoice_count)s dash on my left\n" | ||
msgid_plural "" | ||
"\n" | ||
" #%(trimmed_invoice_count)s dash on my right" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.jinja:62 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
" #%(trimmed_invoice_count)s plus on my left\n" | ||
msgid_plural "" | ||
"\n" | ||
" #%(trimmed_invoice_count)s plus on my right\n" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.jinja:70 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
" #%(invoice_count)s tabbed for lstrip\n" | ||
" " | ||
msgid_plural "" | ||
"\n" | ||
" #%(invoice_count)s tabbed for lstrip plural\n" | ||
" " | ||
msgstr[0] "" | ||
msgstr[1] "" |
105 changes: 105 additions & 0 deletions
105
testing/locale/en/LC_MESSAGES/django.noi18ntrim.trim.lstrip.po
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
#: testapp/templates/i18n_test.html:1 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
"Foo %(bar)s\n" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:5 testapp/templates/i18n_test.jinja:5 | ||
msgid "Year" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:7 testapp/templates/i18n_test.jinja:7 | ||
#, python-format | ||
msgid "1 Hello %(user)s!" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:9 testapp/templates/i18n_test.jinja:9 | ||
#, python-format | ||
msgid "2 Hello %(user)s!" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:12 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
"3 This is %(book_title)s by %(author)s\n" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:18 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
"4 There is %(count)s %(name)s object.\n" | ||
msgid_plural "" | ||
"\n" | ||
"4 There are %(count)s %(name)s objects.\n" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.html:25 testapp/templates/i18n_test.jinja:22 | ||
msgid "5 Hello World!" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.html:31 testapp/templates/i18n_test.jinja:28 | ||
#, python-format | ||
msgid " #%(invoice_count)s invoice\n" | ||
msgid_plural "" | ||
"\n" | ||
" #%(invoice_count)s invoices\n" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.html:38 testapp/templates/i18n_test.jinja:34 | ||
#, python-format | ||
msgid "#%(trimmed_invoice_count)s trimmed invoice" | ||
msgid_plural "#%(trimmed_invoice_count)s trimmed invoices" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.jinja:1 | ||
#, python-format | ||
msgid "Foo %(bar)s\n" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.jinja:12 | ||
#, python-format | ||
msgid "3 This is %(book_title)s by %(author)s\n" | ||
msgstr "" | ||
|
||
#: testapp/templates/i18n_test.jinja:17 | ||
#, python-format | ||
msgid "4 There is %(count)s %(name)s object.\n" | ||
msgid_plural "4 There are %(count)s %(name)s objects.\n" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.jinja:40 | ||
#, python-format | ||
msgid " #%(trimmed_invoice_count)s notrimmed invoice\n" | ||
msgid_plural " #%(trimmed_invoice_count)s notrimmed invoices\n" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.jinja:46 | ||
#, python-format | ||
msgid "#%(trimmed_invoice_count)s dash on my left\n" | ||
msgid_plural " #%(trimmed_invoice_count)s dash on my right" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.jinja:51 | ||
#, python-format | ||
msgid "" | ||
"\n" | ||
" #%(trimmed_invoice_count)s plus on my left\n" | ||
msgid_plural " #%(trimmed_invoice_count)s plus on my right\n" | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: testapp/templates/i18n_test.jinja:58 | ||
#, python-format | ||
msgid " #%(invoice_count)s tabbed for lstrip\n" | ||
msgid_plural " #%(invoice_count)s tabbed for lstrip plural\n" | ||
msgstr[0] "" | ||
msgstr[1] "" |
Oops, something went wrong.