{"library":"django-rosetta","type":"library","category":null,"description":"django-rosetta is a Django application designed to simplify the translation process for Django projects. It works by providing a web-based interface to edit gettext `.po` files, without requiring any database models or creating tables. The library is actively maintained, with recent updates in version 0.10.3 adding support for Django 6.0 and modernizing its JavaScript codebase by dropping jQuery. It also features integration with various AI translation services like DeepL and OpenAI for translation suggestions.","language":"python","status":"active","version":"0.10.3","tags":["django","i18n","translation","admin","localization"],"last_verified":"Mon May 25","install":[{"cmd":"pip install django-rosetta","imports":["# settings.py\nINSTALLED_APPS = [\n    # ...\n    'rosetta',\n]","# urls.py\nfrom django.urls import include, path\n\nurlpatterns = [\n    # ...\n    path('rosetta/', include('rosetta.urls')),\n]"]}],"homepage":"https://django-rosetta.readthedocs.io/","github":"https://github.com/mbi/django-rosetta","docs":null,"changelog":null,"pypi":"https://pypi.org/project/django-rosetta/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":4.1,"avg_import_s":null,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/django-rosetta/compatibility"}}