{"id":24603614,"url":"https://github.com/apkawa/django-modeltranslation-rosetta","last_synced_at":"2026-02-14T02:43:25.590Z","repository":{"id":16153757,"uuid":"79464311","full_name":"Apkawa/django-modeltranslation-rosetta","owner":"Apkawa","description":"Project for translate all fields like django-rosetta","archived":false,"fork":false,"pushed_at":"2025-01-10T12:43:45.000Z","size":1003,"stargazers_count":0,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T13:28:04.156Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Apkawa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-19T15:01:56.000Z","updated_at":"2025-01-10T12:43:49.000Z","dependencies_parsed_at":"2024-11-16T14:36:04.259Z","dependency_job_id":"a6de8de0-851d-4e79-b426-480f103c465a","html_url":"https://github.com/Apkawa/django-modeltranslation-rosetta","commit_stats":{"total_commits":54,"total_committers":1,"mean_commits":54.0,"dds":0.0,"last_synced_commit":"88ba3ec6d497f21274f2e020783b700f70b085b6"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apkawa%2Fdjango-modeltranslation-rosetta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apkawa%2Fdjango-modeltranslation-rosetta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apkawa%2Fdjango-modeltranslation-rosetta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apkawa%2Fdjango-modeltranslation-rosetta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Apkawa","download_url":"https://codeload.github.com/Apkawa/django-modeltranslation-rosetta/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235456660,"owners_count":18993201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-24T15:15:10.355Z","updated_at":"2026-02-14T02:43:25.518Z","avatar_url":"https://github.com/Apkawa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/Apkawa/django-modeltranslation-rosetta.svg?branch=master)](https://travis-ci.org/Apkawa/django-modeltranslation-rosetta)\n[![codecov](https://codecov.io/gh/Apkawa/django-modeltranslation-rosetta/branch/master/graph/badge.svg)](https://codecov.io/gh/Apkawa/django-modeltranslation-rosetta)\n\n[![PyPi](https://img.shields.io/pypi/v/django-modeltranslation-rosetta.svg)](https://pypi.python.org/pypi/django-modeltranslation-rosetta)\n[![PyPI Python versions](https://img.shields.io/pypi/pyversions/django-modeltranslation-rosetta.svg)](https://pypi.python.org/pypi/django-modeltranslation-rosetta)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nProject for interface translate fields like django-rosetta\n\n# Installation\n\n```bash\npip install django-modeltranslation-rosetta\n\n```\n\nor from git\n\n```bash\npip install -e git+https://githib.com/Apkawa/django-modeltranslation-rosetta.git#egg=django-modeltranslation-rosetta\n```\n\n## Django and python version\n\n| Python\u003cbr/\u003eDjango | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 |\n|:-----------------:|-----|----|------|------|------|------|\n|        4.2        | ✅   | ✅  | ✅    | ✅    | ✅    | ✅    |\n|        5.0        | ❌   | ❌   | ✅    | ✅    | ✅    | ✅    |\n|        5.1        | ❌   | ❌   | ✅    | ✅    | ✅    | ✅    |\n|        5.2        | ❌   | ❌   | ✅    | ✅    | ✅    | ✅    |\n\n\n# Usage\n\nAdd `modeltranslation_rosetta` into `INSTALLED_APPS` after `modeltranslation`\nsettings.py\n\n```python\nINSTALLED_APPS = [\n    # ...\n    'modeltranslation',\n    'modeltranslation_rosetta',\n    # ...\n]\n```\n\nOpen `/admin/modeltranslation_rosetta/trans/`\n\n![](docs/source/images/import_export_all_models.png)\n\n![](docs/source/images/import_export_model.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapkawa%2Fdjango-modeltranslation-rosetta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapkawa%2Fdjango-modeltranslation-rosetta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapkawa%2Fdjango-modeltranslation-rosetta/lists"}