{ "info": { "author": "Yaco Sistemas S.L.", "author_email": "esanchez@yaco.es", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)" ], "description": "==========\nTranshette\n==========\n\nA simple Django application that eases the translation process \nof your Django projects. \n\nSome of its features are:\n\n* Database independent\n* Reads and writes your project's gettext catalogs (po and mo files)\n* Installed and uninstalled in under a minute\n* Uses Django's admin interface CSS\n* Translation suggestions via Google AJAX Language API \n\nTranshette was originally based on `rosetta\n`_ , which uses\n`polib `_. Both projects are distributed\nunder the MIT License. \n\nTranshette is distributed under the terms of the `GNU Lesser General Public\nLicense `_.\n\nDocumentation\n=============\n\nInstallation\n------------\n\nTo install transhette:\n\n1. Download the application and place the transhette folder anywhere in your Python path (your project directory is fine, \n but anywhere else in your python path will do)\n2. Add a ``transhette`` line to the ``INSTALLED_APPS`` in your project's ``settings.py``\n3. Add a ``BASEDIR`` settings in your project's ``settings.py``, with a value like this::\n\n from os import path\n BASEDIR = path.dirname(path.abspath(__file__))\n\n4. Add an URL entry to your project's urls.py, for example::\n\n from django.conf import settings\n if 'transhette' in settings.INSTALLED_APPS:\n urlpatterns += patterns('',\n url(r'^transhette/', include('transhette.urls')),\n )\n\nNote: you can use whatever you wish as the URL prefix.\n\nTo uninstall transhette:\n\n1. Comment out or remove the 'transhette' line in your INSTALLED_APPS\n2. Comment out or remove the url inclusion \n\nSecurity\n--------\n\nBecause transhette requires write access to some of the files in your Django project, access to the application is restricted to \nthe administrator user only (as defined in your project's Admin interface)\n\nIf you wish to grant editing access to other users:\n\n1. create a 'translators' group in your admin interface\n2. add the user you wish to grant translating rights to this group \n\nTutorial\n--------\n\nStart your Django development server and point your browser to the URL prefix you \nhave chosen during the installation process. You will get to the file selection window. \n\nSelect a file and translate each untranslated message. Whenever a new batch of messages \nis processed, transhette updates the corresponding django.po file and regenerates the \ncorresponding mo file.\n\nThis means your project's labels will be translated right away, unfortunately you'll still \nhave to restart the webserver for the changes to take effect.\n\nIf the webserver doesn't have write access on the catalog files an archive of the catalog \nfiles can be downloaded. \n\nThere is a useful search box where you can enter keywords to find the desired string.\n\nIt is possible to filter the strings by their state \"Only translated\", \"Only non-translated\" \nand \"Fuzzy\". Fuzzy strings are the ones that have been automatically translated by ugettext, \nso be careful about them. You *should* check all Fuzzy Strings before saving your catalog. \nYou can identify them in search results because they are yellow colored.\n\nAs well as you can download the catalog you are editing, you can also upload a catalog. \nThe \"Priority\" option defines if the catalog that is going to be uploaded has priority\nover the stored one. This means that *without* priority if transhette finds in the new catalog\nan already translated string, it will respect the old translation. If you *enable priority*\nthe old value will be always overriden. Transhette manages empty translations as they don't \nexist.\n\nCustomization\n-------------\n\nTODO\n\nDevelopment\n-----------\n\nYou can get the last bleeding edge version of transhette by doing\na checkout of its subversion repository. This way you can add it\nas an external into your main project directory::\n\n svn checkout http://svnpub.yaco.es/djangoapps/transhette/trunk transhette\n\nBug reports, patches and suggestions are more than welcome. Just put\nthem in our Trac system and use the 'transhette' component when you fill\ntickets::\n\n http://tracpub.yaco.es/djangoapps/\n\n\n\nChanges\n=======\n\nVersion 0.5.10\n-------------\n\n* Fixed unicode errors when last-editor header contains unicode characters\n\nVersion 0.5.9\n-------------\n\n* Changed ajax-url from template block just in case someone drops the header block in the base template\n\nVersion 0.5.8\n-------------\n\n* Improve robustness against malformed search strings\n\nVersion 0.5.7\n-------------\n\n* Django 1.3 compatibility\n\nVersion 0.5.6\n-------------\n\n* Fix typo ($ instead of &) in restart_script reload mode.\n\nVersion 0.5.5\n-------------\n\n* Fixed translation when label was in two or more catalog. A priority \ncalculation mismatch.\n\nVersion 0.5.4\n-------------\n\n* Fixed some spanish translations.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://tracpub.yaco.es/djangoapps/wiki/Transhette", "keywords": "django translation i18n rosetta", "license": "LGPL 3", "maintainer": null, "maintainer_email": null, "name": "transhette", "package_url": "https://pypi.org/project/transhette/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/transhette/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://tracpub.yaco.es/djangoapps/wiki/Transhette" }, "release_url": "https://pypi.org/project/transhette/0.5.10/", "requires_dist": null, "requires_python": null, "summary": "django-rosetta fork for translating Django .po catalogs, with a lot of improvements compared with rosetta", "version": "0.5.10" }, "last_serial": 800878, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "6aa97b0b38ff9d1ccfe4a0f3a7cca6ff", "sha256": "5f4d7a770ab82d6a8d411f6ade3d8fe60c40134c7890d86e3fa32a557c247e7a" }, "downloads": -1, "filename": "transhette-0.5.tar.gz", "has_sig": false, "md5_digest": "6aa97b0b38ff9d1ccfe4a0f3a7cca6ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78120, "upload_time": "2010-12-22T17:36:11", "url": "https://files.pythonhosted.org/packages/f9/af/47cb065b9b1c72a460f65e6572cd07f301e82881a1cb69dda1c3e2041f1b/transhette-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "9abeb8dca5494a57307cc1406b5a1cfb", "sha256": "670fdd50252c12848d60df372b2f17e693c603f77f3bc1042a24eea75c3347f3" }, "downloads": -1, "filename": "transhette-0.5.1.tar.gz", "has_sig": false, "md5_digest": "9abeb8dca5494a57307cc1406b5a1cfb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77551, "upload_time": "2010-12-23T12:16:22", "url": "https://files.pythonhosted.org/packages/29/75/fd6200f051502a4a679b65228332b4fc9587448a61b2f786cab3b0524e8f/transhette-0.5.1.tar.gz" } ], "0.5.10": [ { "comment_text": "", "digests": { "md5": "1145dddc63e6a33c6066688f0df229e6", "sha256": "625840049a984c58bd236cf64853c7c54d31d622cce4b11abbde49c27a0f1380" }, "downloads": -1, "filename": "transhette-0.5.10.tar.gz", "has_sig": false, "md5_digest": "1145dddc63e6a33c6066688f0df229e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77403, "upload_time": "2011-06-25T09:32:45", "url": "https://files.pythonhosted.org/packages/08/18/12464584832058b1287c5150477a98193d1efe9407cbf33bc9a29aa19a22/transhette-0.5.10.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "66a21f7e843d7e4be4bc0c45a499de2c", "sha256": "2ebd0a2de8d85549fd9be00136fc7cd763e1e6601cb1fd99900f10d9f0d55867" }, "downloads": -1, "filename": "transhette-0.5.2.tar.gz", "has_sig": false, "md5_digest": "66a21f7e843d7e4be4bc0c45a499de2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78150, "upload_time": "2010-12-30T11:19:35", "url": "https://files.pythonhosted.org/packages/32/9a/b3223fcd8ab31c792baabc1ad6b2f21a49e2652fb31b40c11d5bd79c8814/transhette-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "1a686abe7210118a478e9738a3c1deb7", "sha256": "2633b8b25c2df0faf4273469c7cd35559f20ee4706bd76be7faf89813ba40813" }, "downloads": -1, "filename": "transhette-0.5.3.tar.gz", "has_sig": false, "md5_digest": "1a686abe7210118a478e9738a3c1deb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78331, "upload_time": "2010-12-30T11:37:14", "url": "https://files.pythonhosted.org/packages/8b/22/2b2bd9e24ce0a041b8f7cf225f661b628b22684c516aa5f76d2fc9abfa8d/transhette-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "52046c2ffa9143840a5a0c7fae72c492", "sha256": "fc17692a446b0fab930e6b5af5a82e2cc96d8ab431dcb041cca04d04fe3562c3" }, "downloads": -1, "filename": "transhette-0.5.4.tar.gz", "has_sig": false, "md5_digest": "52046c2ffa9143840a5a0c7fae72c492", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78569, "upload_time": "2010-12-30T18:33:13", "url": "https://files.pythonhosted.org/packages/07/ea/937b7b54ef4ae1b076e3bedce0325017e3796c4fd2a680a35d9ce39d671a/transhette-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "00222cbd4a4aff5e7707cbb2917f3b0f", "sha256": "43629743d5ac4cfa3d71caee4c1aff9db43d11b53487730f5fa4600a452a7379" }, "downloads": -1, "filename": "transhette-0.5.5.tar.gz", "has_sig": false, "md5_digest": "00222cbd4a4aff5e7707cbb2917f3b0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78687, "upload_time": "2011-03-18T15:19:14", "url": "https://files.pythonhosted.org/packages/af/4f/02916c22002a725718160083cdbeee66e8e3ea2844c5d262daf2862b6a34/transhette-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "0e3a8a248270ea3593d8ff95f8ef1744", "sha256": "5a20364f6b5b413f46323f14eec4576d05a95f26fae866e58a3d12e91edc20a2" }, "downloads": -1, "filename": "transhette-0.5.6.tar.gz", "has_sig": false, "md5_digest": "0e3a8a248270ea3593d8ff95f8ef1744", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78765, "upload_time": "2011-03-21T13:58:10", "url": "https://files.pythonhosted.org/packages/72/09/c15e4fe7e01d086a47a7926770a07760a01db23c85c186789760f63aee91/transhette-0.5.6.tar.gz" } ], "0.5.7": [ { "comment_text": "", "digests": { "md5": "75da7a3ea495c7b67199f5e0959c3966", "sha256": "89dd0b41dbf7c452cf658f4491f0bc1a5325e200c92be01873dafaa7cf61aed7" }, "downloads": -1, "filename": "transhette-0.5.7.tar.gz", "has_sig": false, "md5_digest": "75da7a3ea495c7b67199f5e0959c3966", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78549, "upload_time": "2011-04-19T10:19:38", "url": "https://files.pythonhosted.org/packages/4b/9d/768f3448c19ab35da742912d7406ba5a51590e858d326405dcb4a823c27b/transhette-0.5.7.tar.gz" } ], "0.5.8": [ { "comment_text": "", "digests": { "md5": "fffc39f39ecc85926beb86adfc45d185", "sha256": "7100e39b29ccd54b2cac69e78e80bc0e4898c06710e1e249a993b9c2172c6189" }, "downloads": -1, "filename": "transhette-0.5.8.tar.gz", "has_sig": false, "md5_digest": "fffc39f39ecc85926beb86adfc45d185", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78579, "upload_time": "2011-05-23T18:02:00", "url": "https://files.pythonhosted.org/packages/57/47/a6287a43471598c4d6de838e14b2b6116716391bdab0fdb90e610e322901/transhette-0.5.8.tar.gz" } ], "0.5.9": [ { "comment_text": "", "digests": { "md5": "dfa245cddb4a51aba8d54e673dd5a28b", "sha256": "97de094e3bacad53ecce445341c1612aee7774d5bae20faeeb60b819ce7ea99e" }, "downloads": -1, "filename": "transhette-0.5.9.tar.gz", "has_sig": false, "md5_digest": "dfa245cddb4a51aba8d54e673dd5a28b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76539, "upload_time": "2011-06-23T01:02:46", "url": "https://files.pythonhosted.org/packages/cf/8a/8d119c200d1df57ed5eb5fdcdda032957ef33dd4f4490673174b630714e7/transhette-0.5.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1145dddc63e6a33c6066688f0df229e6", "sha256": "625840049a984c58bd236cf64853c7c54d31d622cce4b11abbde49c27a0f1380" }, "downloads": -1, "filename": "transhette-0.5.10.tar.gz", "has_sig": false, "md5_digest": "1145dddc63e6a33c6066688f0df229e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 77403, "upload_time": "2011-06-25T09:32:45", "url": "https://files.pythonhosted.org/packages/08/18/12464584832058b1287c5150477a98193d1efe9407cbf33bc9a29aa19a22/transhette-0.5.10.tar.gz" } ] }