Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes error in arch build:
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20
|
|
|
|
|
|
|
|
merging entries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gettext needs .gmo files to install .mo locale
|
|
|
|
to remove .gmo files
|
|
|
|
Need to explicitly use collections.abc
|
|
As per note at:
https://docs.python.org/3.2/library/cgi.html#cgi.escape
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|