Various improvements #31
Merged
weskerfoot
merged 15 commits from various-improvements
into master
6 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'various-improvements'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Stretch goals
Thank you for this!
Certain features are going to be difficult to support in languages other than English, because it is difficult to implement things robustly in some cases without checking the text content of elements.
Therefore I'm going to propose that in such cases it would use localization. E.g. with https://docs.python.org/3/library/gettext.html
However I do not want to spend a lot of time implementing many languages to start with, so I'm only going to work on converting the code to use a localization interface. I'm open to suggestions other than
gettext
if something else works better.Hoping to have this merged into master and released very soon once archiving is working properly for posts, and I've updated the README / re-organized the docs a bit with explanations of how all of the new features work.
I'm going to leave everything else that's not checked off for future releases.
c437fa41f8
.