mirror of
https://github.com/mempool/mempool.git
synced 2025-03-17 21:32:02 +01:00
Update instructions text.
Add type json to embeded code.
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"],
|
||||
...
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user