mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 01:41:01 +01:00
4
Set custom language in development
Miguel Medeiros edited this page 2021-06-11 12:12:53 -03:00
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:
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"localize": ["zh"],