pylyglot
pylyglot copied to clipboard
A web based translation compendium
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 17.5 to 19.5.0. Release notes *Sourced from [gunicorn's releases](https://github.com/benoitc/gunicorn/releases).* > ## 19.5.0 > == 19.5.0 == > > === Core === > - fix: Ensure response to...
Make use of django-profile (http://code.google.com/p/django-profile) to allow users to register themselves and keep a profile. Eventually users may even have their personal glossary, etc.
Clicking the link that displays a list of packages that a given word is derived from returns a 500 error and fails to update the web ui with the list...
Some results might not be relevant in some cases. It would be useful to be able to hide them to make it easier to compare the relevant ones.
When you don't allow Pylyglot to use cookies, searches will result in an internal server error with no explanation. Enabling cookies solves the problem. There should be a hint instead...
consider moving the navigational links to either: - above the search field; - a side pane? Also, decrease the space between the search field and the results.
Searching for test and TEST yields different results. Make it case insensitive.
Provide feeds (RSS/Atom) for every language available to that users can keep up with information whenever a new term/word is added to the system.
Display information about how many terms/words, languages, sentences, etc are in the system. Make use of charts, etc.
The algorithm in place is ok-ish but the new one, inspired by the code being used by Google Translator will give better and more accurate results. This is just a...