Skip to content

Commit 71e9b2e

Browse files
mpasternakclaude
andcommitted
chore(i18n): reflow example PO file via makemessages
Pure whitespace change: `xgettext` (invoked by Django's `makemessages`) wraps PO lines at 79 chars by default. Hand-written entries used slightly longer lines, so the next extraction produced a phantom diff. Strings and translations are identical; recompiled .mo is byte-identical to the committed one. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent f290189 commit 71e9b2e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

  • example/example_project/locale/pl/LC_MESSAGES

example/example_project/locale/pl/LC_MESSAGES/django.po

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ msgid ""
3232
"Minimal Django project demonstrating the <code>django-countdown</code> "
3333
"package."
3434
msgstr ""
35-
"Minimalny projekt Django prezentujący działanie pakietu "
36-
"<code>django-countdown</code>."
35+
"Minimalny projekt Django prezentujący działanie pakietu <code>django-"
36+
"countdown</code>."
3737

3838
#: example_project/templates/example/index.html:40
3939
msgid "Current countdown"
@@ -100,8 +100,8 @@ msgid ""
100100
"<a href=\"/healthz/\">/healthz/</a> — endpoint that is blocked once the "
101101
"countdown expires."
102102
msgstr ""
103-
"<a href=\"/healthz/\">/healthz/</a> — punkt końcowy blokowany po "
104-
"zakończeniu odliczania."
103+
"<a href=\"/healthz/\">/healthz/</a> — punkt końcowy blokowany po zakończeniu "
104+
"odliczania."
105105

106106
#: example_project/templates/example/index.html:70
107107
msgid "Preview blocked-page variants"
@@ -114,10 +114,10 @@ msgid ""
114114
" <code>DJANGO_COUNTDOWN_BLOCKED_TEMPLATE</code> setting, or "
115115
"preview them directly:"
116116
msgstr ""
117-
"Pakiet zawiera kilka szablonów niezależnych od frameworka CSS. Wybierz "
118-
"jeden ustawieniem\n"
119-
" <code>DJANGO_COUNTDOWN_BLOCKED_TEMPLATE</code> lub obejrzyj "
120-
"je bezpośrednio:"
117+
"Pakiet zawiera kilka szablonów niezależnych od frameworka CSS. Wybierz jeden "
118+
"ustawieniem\n"
119+
" <code>DJANGO_COUNTDOWN_BLOCKED_TEMPLATE</code> lub obejrzyj je "
120+
"bezpośrednio:"
121121

122122
#: example_project/templates/example/index.html:77
123123
msgid "Template:"
@@ -148,8 +148,8 @@ msgid ""
148148
"after running the command, refresh this page in your browser to see the "
149149
"countdown banner."
150150
msgstr ""
151-
"po wykonaniu polecenia odśwież tę stronę w przeglądarce, aby zobaczyć "
152-
"baner odliczania."
151+
"po wykonaniu polecenia odśwież tę stronę w przeglądarce, aby zobaczyć baner "
152+
"odliczania."
153153

154154
#: example_project/views.py:15
155155
msgid "Plain (no CSS framework)"

0 commit comments

Comments
 (0)