Skip to content

Commit 58d82b1

Browse files
committed
Doc
1 parent 67d0cb6 commit 58d82b1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,14 @@ php artisan laravelcms --action=clear
6464

6565
- Option 2: Provider Google, From https://cloud.google.com/translate/docs/
6666

67-
````json
67+
```json
6868
{
6969
"api_provider": "google",
70-
"app_id": "201911000357",
71-
"app_key": "cX6xUKysHBXaH"
70+
"app_id": "AizSxUKysHBsds2", // API KEY
71+
"app_key": "AizSxUKysHBsds2" // API KEY
7272
}
73+
```
74+
7375
## Use free Google translate
7476

7577
- Set provider to Google_Free
@@ -81,7 +83,7 @@ php artisan laravelcms --action=clear
8183
"app_id": "google_free_001",
8284
"app_key": "google_free_001"
8385
}
84-
````
86+
```
8587

8688
- Option 2: Set both app_id & app_key to google_free_002, then our CMS will use the package https://github.com/Stichoza/google-translate-php to do the translate, YOU NEED INSTALL THE PACKAGE VIA COMMAND LINE FIRST: composer require stichoza/google-translate-php
8789

0 commit comments

Comments
 (0)