Skip to content

Utility for automatically translate dynamic text in django and also allow to manually edit those translations ... Please read README before use it.

Notifications You must be signed in to change notification settings

etherbeing/django_translator

Repository files navigation

## Django Translator
This is an automatic translator for django projects... you can update your translations manually later... 
This project still under development please do not utilize with text that is constantly updated cause this may cause 
a rapidly growth on the database and a possible DoS for your backend.. Only use this in text that is directly controlled by 
moderators and trusted people, never for visitants or clients.. 
## Translator Engine
We use google translator api for translations
## Install 
* Not yet in pip 
```
pip3 install django-translator 
```
# How to use
In settings.py add django_translator to installed apps
NOTICE: This package is intended to be used with locale so enable localization for your project before use it
```sh
./manage.py migrate
```

About

Utility for automatically translate dynamic text in django and also allow to manually edit those translations ... Please read README before use it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages