summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-29 20:14:12 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-29 20:14:40 +0200
commit26c555e7c24dd63cf3bb0b64c716efdaef813eab (patch)
tree6b582fe9b8212f052b64e6a1ad7e462c6636739a
parent43dd0cf04568502aff761a089bc85d6a5e8b7815 (diff)
Lang: Don't use `c-format` .po flag on timestamps
The C `printf` formatting doesn't encompass timestamp formatting with `strftime`. Weblate only understands and checks `printf` format strings. IssueID #408
-rw-r--r--po/en.po6
1 files changed, 1 insertions, 5 deletions
diff --git a/po/en.po b/po/en.po
index b95d3c5a..ccf378d9 100644
--- a/po/en.po
+++ b/po/en.po
@@ -471,18 +471,15 @@ msgid_plural "num.fonts.n"
471msgstr[0] "%u font" 471msgstr[0] "%u font"
472msgstr[1] "%u fonts" 472msgstr[1] "%u fonts"
473 473
474# strftime() formatted, split on two lines 474# strftime() formatted. Should be split evenly on two lines with a newline character.
475#, c-format
476msgid "page.timestamp" 475msgid "page.timestamp"
477msgstr "Received at %I:%M %p\non %b %d, %Y" 476msgstr "Received at %I:%M %p\non %b %d, %Y"
478 477
479# strftime() formatted 478# strftime() formatted
480#, c-format
481msgid "sidebar.date.thisyear" 479msgid "sidebar.date.thisyear"
482msgstr "%b. %d" 480msgstr "%b. %d"
483 481
484# strftime() formatted 482# strftime() formatted
485#, c-format
486msgid "sidebar.date.otheryear" 483msgid "sidebar.date.otheryear"
487msgstr "%b. %d, %Y" 484msgstr "%b. %d, %Y"
488 485
@@ -613,7 +610,6 @@ msgid "ident.temporary"
613msgstr "Temporary" 610msgstr "Temporary"
614 611
615# strftime() formatted 612# strftime() formatted
616#, c-format
617msgid "ident.expiry" 613msgid "ident.expiry"
618msgstr "Expires %b %d, %Y" 614msgstr "Expires %b %d, %Y"
619 615