Skip to content

Commit

Permalink
Add positions for zitadel login localization
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Rusakov committed Sep 23, 2024
1 parent 041c168 commit a01fa66
Show file tree
Hide file tree
Showing 7 changed files with 2,407 additions and 234 deletions.
29 changes: 22 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"src/theme.scss",
"src/styles.scss"
],
"scripts": [
],
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
Expand Down Expand Up @@ -92,10 +91,14 @@
"buildOptimizer": false
},
"en": {
"localize": ["en"]
"localize": [
"en"
]
},
"de": {
"localize": ["de"]
"localize": [
"de"
]
}
},
"defaultConfiguration": "development"
Expand All @@ -109,7 +112,7 @@
"production": {
"browserTarget": "front:build:production"
},
"development":{
"development": {
"browserTarget": "front:build:development"
},
"en": {
Expand All @@ -119,7 +122,7 @@
"browserTarget": "front:build:development,de"
}
},
"defaultConfiguration": "development"
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
Expand Down Expand Up @@ -156,11 +159,23 @@
"devServerTarget": "front:serve:production"
}
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"src/**/*.ts",
"src/**/*.html"
]
}
}
}
}
},
"cli": {
"analytics": false
"analytics": false,
"schematicCollections": [
"@angular-eslint/schematics"
]
}
}
Loading

0 comments on commit a01fa66

Please sign in to comment.