Update instructions text.

Add type json to embeded code.
Miguel Medeiros 2021-06-11 12:08:00 -03:00
parent b61b3c1338
commit b35614ff09

@ -1,8 +1,12 @@
In `angular.json` add the option `localize` here:
If you want to change the default language `'en-US'` to any other, you must update the file `frontend/angular.json` adding the option `localize`.
```
Example:
```json
"architect": {`
`"build": {`
`"builder": "@angular-devkit/build-angular:browser",`
`"options": {`
`"localize": ["zh"],```
`"localize": ["zh"],
...
```