We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73128b7 commit 6abce2dCopy full SHA for 6abce2d
README.md
@@ -1,6 +1,6 @@
1
# Local-Django AUTOMATIC Translation Manager
2
3
-A Django package that automates the translation of `.po` files using AWS Translate or Azure Translator. This package
+A Django package that automates the translation of `.po` files using Google, AWS Translate or Azure Translator. This package
4
offers a single translation manager to manage different translation services seamlessly.
5
6
## Quick Start
@@ -18,6 +18,7 @@ pip install local-django
18
```bash
19
pip install local-django[aws]
20
pip install local-django[azure]
21
+pip install local-django[google]
22
```
23
24
### Configuration
0 commit comments