| Age | Commit message (Collapse) | Author |
|
makemessages.
|
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
|
|
|
|
region codes.
|
|
gettext 0.19 was released in 2014.
|
|
translations catalog.
|
|
|
|
|
|
|
|
Co-authored-by: Daniyal Abbasi <abbasi.daniyal98@gmail.com>
|
|
Co-authored-by: Anders Hovmöller <anders.hovmoller@dryft.se>
|
|
doesn't exist.
|
|
|
|
directory doesn't exist.
|
|
ungettext(), and ungettext_lazy() per deprecation timeline.
|
|
|
|
Command.requires_system_checks.
|
|
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
|
The OutputWrapper automatically adds \n when it’s not present.
|
|
makemessages.
Regression in 0707b824fe77e08ca8b75fcc3738ada694f2a3a6.
|
|
|
|
|
|
|
|
exist_ok=True).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Hendy Irawan for the analysis and report.
|
|
|
|
|
|
Thanks François Freitag for review.
|
|
argparse automatically sets the default value for store_true/false
arguments to its opposite.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
These functions do nothing on Python 3.
|
|
|
|
|
|
io.open() is an alias for open() on Python 3.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
This was reflected by 27 i18n test errors (not failures) on such
platform caused by corrupt intermediate PO catalog files fed to
`msgmerge(1)`.
Made it handle in-memory PO/POT file contents with normalized line
separators (`'\n'`).
We need to perform manually this after using `subprocess.Popen` as we
can't pass it `universal_newlines=True`.
Also fixes #26670 in the process as this commit refactors the same code
section.
|