Skip to content

Commit 6abce2d

Browse files
authored
Update README.md
1 parent 73128b7 commit 6abce2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Local-Django AUTOMATIC Translation Manager
22

3-
A Django package that automates the translation of `.po` files using AWS Translate or Azure Translator. This package
3+
A Django package that automates the translation of `.po` files using Google, AWS Translate or Azure Translator. This package
44
offers a single translation manager to manage different translation services seamlessly.
55

66
## Quick Start
@@ -18,6 +18,7 @@ pip install local-django
1818
```bash
1919
pip install local-django[aws]
2020
pip install local-django[azure]
21+
pip install local-django[google]
2122
```
2223

2324
### Configuration

0 commit comments

Comments
 (0)