{ "info": { "author": "Daniel Widerin", "author_email": "daniel@widerin.net", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nlingua.autotranslate is an autotranslation toolkit for .po files using Google\nTranslate API.\n\nUsage\n-----\n\nTo use this package you should add the following part to your buildout::\n\n [buildout]\n ...\n parts =\n ...\n autotranslate\n ...\n\n [autotranslate]\n recipe = zc.recipe.egg\n eggs =\n lingua.autotranslate\n\nWhen running ``bin/buildout`` it will create a new console script for you,\n``bin/autotranslate`` which requires at least two parameters::\n\n ~/workspace/my.product $ bin/autotranslate -h\n usage: autotranslate [-h] -i [-s LANGUAGE] [-u]\n\n Translate Po files.\n\n optional arguments:\n -h, --help show this help message and exit\n -i \n Locale and filename of po-file to process\n -s LANGUAGE Source language to translate from.\n -u Force updating translations by retranslating all\n msgids.\n\nExample:\n--------\n\nSee translation example below.::\n\n ~/workspace/my.product $ bin/autotranslate -i de src/my/product/locales/de/LC_MESSAGES/my.product.po\n [ Success ] New product -> Neues Produkt\n [ Success ] Specification -> Beschreibung\n [ Success ] Language -> Sprache\n [ Found variable(s) ] ${back}\n [ Success ] Back to product ${back} -> Zur\u00fcck zum Produkt $ { back }\n ...\n\n\nAuthor\n------\n\n- Daniel Widerin \n\n\n\nContributors\n============\n\n- Daniel Widerin [saily] \n\n\nChangelog\n=========\n\n0.2.1 (2014-03-17)\n------------------\n\n- Update docs.\n [saily]\n\n\n0.2 (2014-03-17)\n----------------\n\n- Print ``Found variables`` message to inform users to validate their\n i18n variables, because they get translated too. You will need to manually\n fix them after running ``lingua.autotranslate``.\n [saily]\n\n- Allow configurable source language to start autotranslation from languages\n different to English.\n [saily]\n\n- Python 2.7 ships ``argparse`` but Python 2.6 does not. Add it as a\n installation requirement when running on Pyton 2.6.\n [saily]\n\n\n0.1 (2013-09-06)\n----------------\n\n- Package created using templer\n [saily]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/saily/lingua.autotranslate", "keywords": "translation po gettext Babel lingua i18n", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "lingua.autotranslate", "package_url": "https://pypi.org/project/lingua.autotranslate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/lingua.autotranslate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/saily/lingua.autotranslate" }, "release_url": "https://pypi.org/project/lingua.autotranslate/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "An autotranslation toolkit for .po files using Google Translate API.", "version": "0.2.1" }, "last_serial": 1032195, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "f5bb31c70fc5205c30a1aea9a77e08b3", "sha256": "64fcca8623e0fd6b65b922eabc3cac63dae38e8fba290fed81ad1b1b17826706" }, "downloads": -1, "filename": "lingua.autotranslate-0.1.zip", "has_sig": false, "md5_digest": "f5bb31c70fc5205c30a1aea9a77e08b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16180, "upload_time": "2013-09-06T15:35:21", "url": "https://files.pythonhosted.org/packages/64/b1/4f34e1b47b436376f7e48f16b2355e55e627dafcf20bf4ed6de05fb136a9/lingua.autotranslate-0.1.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "39551d56726c245e2d94ef3bd8f0542f", "sha256": "b4bce660c49ce8e546c6718de07d2ea0bd9be538c076905229d5ab408041c026" }, "downloads": -1, "filename": "lingua.autotranslate-0.2.1.zip", "has_sig": false, "md5_digest": "39551d56726c245e2d94ef3bd8f0542f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17973, "upload_time": "2014-03-17T11:19:26", "url": "https://files.pythonhosted.org/packages/62/59/7ee7843261efb386029ad8550d4fa5179c58e8c5af4f7ccf7cf84d1d53d0/lingua.autotranslate-0.2.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "39551d56726c245e2d94ef3bd8f0542f", "sha256": "b4bce660c49ce8e546c6718de07d2ea0bd9be538c076905229d5ab408041c026" }, "downloads": -1, "filename": "lingua.autotranslate-0.2.1.zip", "has_sig": false, "md5_digest": "39551d56726c245e2d94ef3bd8f0542f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17973, "upload_time": "2014-03-17T11:19:26", "url": "https://files.pythonhosted.org/packages/62/59/7ee7843261efb386029ad8550d4fa5179c58e8c5af4f7ccf7cf84d1d53d0/lingua.autotranslate-0.2.1.zip" } ] }