Enrico Tröger
Enrico Tröger
I don't think this would be better. Then every time a new instance would be started which works indepedent of the existing one. This is especially unconvenient when opening files...
>There is a difficulty with knowing what kind of errors can be >produced, especially when different backends could all raise different >exceptions. Have you looked at >https://github.com/pinax/django-mailer/blob/master/docs/usage.rst#error-handling >and is it...
@elextr's analysis is correct, thanks. I think adding signature support for such builtins can get quite hard. Currently, we use Python's `inspect` to retrieve the signatures and it cannot get...
LGBI. Maybe updating the translation files is not necessary at all. It would happen with the next string freeze automatically. For the upcoming release it's too late, I think :(....
LGBI. Not that I know anything about Zig, just a bit of Geany :)
> Don't strings have file/line in their lookup, so "Templates" and "Files" menu items would likely show untranslated until updated? How do you think so? AFAIK the lookup is made...
> > How do you think so? AFAIK the lookup is made solely on the string itself. Either it matches or not. > > Oh, I thought it was possible...
Long story short about the translation strings: this is safe to merge, it will *NOT* add new untranslated strings.
Tested and works fine. Maybe we could squash some of the commits?
@ntrel @elextr I tested and it works great. Apart from the little remark on the docs, I'm fine with this. About the section comment in the docs, this is no...