Emil Stenström

Results 178 comments of Emil Stenström

This is an error in the caniusepython3 library, not on the site using that library. I suggest closing this one and focusing upstream.

This looks like a win. @arshaw: Merge?

Good question. I see a couple of options: 1. Fuzzy translations are discarded like you say 2. Fuzzy translations are still displayed as normal. This means that there would have...

About option 1: I agree that this isn't a viable option. About option 2: I don't know the target audience for django-rosetta as well as you do, but I would...

Just for reference, this is how much simpler the interface becomes without fuzzy strings enabled. A fourth of the visual overhead for each translation string is gone:

Looks good, thanks for writing up a PR. Currently this is missing a test. Would you mind adding one? Just so we accidental don't remove that code in the future.

@rbeard0330 Do you think you could have a stab at this one?

@simkimsia I'm trying to remember here, was a couple of years since I played with this. I think you might just add this to your settings.py: ``` MIDDLEWARE = [...

Note the last part of the error message: "ComponentDependencyMiddleware**django**". This means you forgot the comma after your middleware line, so it concatenated that string with the previous one. Try again,...