Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelowino committed Jun 19, 2022
1 parent f9c4725 commit b25c151
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,14 @@ https://console.cloud.google.com/apis/credentials?project=[your-google-cloud-pro
- Add your strings to the output.xml file.
- Update <string> tags to <strings>
- Execute the script while you go fetch some coffee, it takes some time.
- You can execute the already prepared "mobile-translate.sh" in the terminal or run the commands listed below:
```shell
$ cd target
$ java -jar Google-Translate-Labs-1.0-SNAPSHOT-jar-with-dependencies.jar
```

```shell
$ ./mobile-translate.sh
```

The project will generate localised content and place them in the project/target directory, in the format of [locale].xml e.g de.xml or zh.xml.

0 comments on commit b25c151

Please sign in to comment.