Skip to content

Commit

Permalink
testing: added more expected output for makemessages depending on tri…
Browse files Browse the repository at this point in the history
…m_blocks, lstrip_blocks
  • Loading branch information
wizpig64 authored and auvipy committed May 26, 2024
1 parent 42ebf86 commit aac828c
Show file tree
Hide file tree
Showing 7 changed files with 486 additions and 0 deletions.
102 changes: 102 additions & 0 deletions testing/locale/en/LC_MESSAGES/django.noi18ntrim.lstrip.po
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] ""
104 changes: 104 additions & 0 deletions testing/locale/en/LC_MESSAGES/django.noi18ntrim.po
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 testing/locale/en/LC_MESSAGES/django.noi18ntrim.trim.lstrip.po
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] ""
Loading

0 comments on commit aac828c

Please sign in to comment.