diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-29 20:14:12 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-29 20:14:40 +0200 |
commit | 26c555e7c24dd63cf3bb0b64c716efdaef813eab (patch) | |
tree | 6b582fe9b8212f052b64e6a1ad7e462c6636739a /po | |
parent | 43dd0cf04568502aff761a089bc85d6a5e8b7815 (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
Diffstat (limited to 'po')
-rw-r--r-- | po/en.po | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -471,18 +471,15 @@ msgid_plural "num.fonts.n" | |||
471 | msgstr[0] "%u font" | 471 | msgstr[0] "%u font" |
472 | msgstr[1] "%u fonts" | 472 | msgstr[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 | ||
476 | msgid "page.timestamp" | 475 | msgid "page.timestamp" |
477 | msgstr "Received at %I:%M %p\non %b %d, %Y" | 476 | msgstr "Received at %I:%M %p\non %b %d, %Y" |
478 | 477 | ||
479 | # strftime() formatted | 478 | # strftime() formatted |
480 | #, c-format | ||
481 | msgid "sidebar.date.thisyear" | 479 | msgid "sidebar.date.thisyear" |
482 | msgstr "%b. %d" | 480 | msgstr "%b. %d" |
483 | 481 | ||
484 | # strftime() formatted | 482 | # strftime() formatted |
485 | #, c-format | ||
486 | msgid "sidebar.date.otheryear" | 483 | msgid "sidebar.date.otheryear" |
487 | msgstr "%b. %d, %Y" | 484 | msgstr "%b. %d, %Y" |
488 | 485 | ||
@@ -613,7 +610,6 @@ msgid "ident.temporary" | |||
613 | msgstr "Temporary" | 610 | msgstr "Temporary" |
614 | 611 | ||
615 | # strftime() formatted | 612 | # strftime() formatted |
616 | #, c-format | ||
617 | msgid "ident.expiry" | 613 | msgid "ident.expiry" |
618 | msgstr "Expires %b %d, %Y" | 614 | msgstr "Expires %b %d, %Y" |
619 | 615 | ||