Skip to content

Commit 67d0cb6

Browse files
committed
Doc
1 parent 1632d41 commit 67d0cb6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,24 @@ php artisan laravelcms --action=clear
5252

5353
## Where can I get the app_id & app_key
5454

55-
- Option 1: Provider Baidu, From https://api.fanyi.baidu.com/, free, only 1 translate allowed per second
55+
- Option 1: Provider Baidu, From https://api.fanyi.baidu.com/, FREE, only 1 translate allowed per second
5656

57-
````json
57+
```json
5858
{
5959
"api_provider": "Baidu",
6060
"app_id": "201911000357",
6161
"app_key": "cX6xUKysHBXaH"
6262
}
63+
```
64+
6365
- Option 2: Provider Google, From https://cloud.google.com/translate/docs/
6466

67+
````json
68+
{
69+
"api_provider": "google",
70+
"app_id": "201911000357",
71+
"app_key": "cX6xUKysHBXaH"
72+
}
6573
## Use free Google translate
6674

6775
- Set provider to Google_Free

0 commit comments

Comments
 (0)