Skip to main content

A Django package for managing translation files

Project description

# Mobetta

Mobetta is a reusable app to manage translation files in Django.

It's inspired on django-rosetta and sports extra features such as comments on
translations, improved stability and a couple of bugfixes. More features
are planned.

## Installation

Install with pip:

pip install mobetta

Next, hook up mobetta by adding it to installed apps:

```python
# settings.py

INSTALLED_APPS = [
...
'mobetta',
...
]
```

and add it to your root `urls.py`:

```python
# urls.py

from django.conf.urls import include, url
...

import mobetta.urls

urlpatterns = [
...
url(r'^mobetta/', include(mobetta.urls.urlpatterns, 'mobetta', 'mobetta')),
...
]
```

Finally, run `migrate` to create the database tables:

```bash
python manage.py migrate
```

## Usage

Mobetta needs to be aware of your translation files. To discover the files, use
the management command:

python manage.py locate_translation_files


## Notes ##

### How Django loads translation files ###

See the [django docs](https://docs.djangoproject.com/en/stable/topics/i18n/translation/#how-django-discovers-translations).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mobetta-0.1.4.tar.gz (22.8 kB view details)

Uploaded Source

File details

Details for the file mobetta-0.1.4.tar.gz.

File metadata

  • Download URL: mobetta-0.1.4.tar.gz
  • Upload date:
  • Size: 22.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mobetta-0.1.4.tar.gz
Algorithm Hash digest
SHA256 38127a92c56efc0808cb222c37d118cb0f1870a28a3ee9e2e780c0c6313d4bed
MD5 5071ca0afd0fff0ab6419a868531a759
BLAKE2b-256 2fcb9fc746406841171e2af1864fcd2298e19cf16b212ec0766c225535c18701

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page