Skip to content

Commit 8e3aa50

Browse files
committed
wip
2 parents a4e9791 + 4b73216 commit 8e3aa50

File tree

77 files changed

+2130
-554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2130
-554
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Cosna Admin Cpanel
1+
# Angular Admin Cpanel
22

33
🚀 Admin panel boilerplate to quickly scaffold any large scale enterprise application for Angular. Built with the Tailwind, fully customizable and developer-first.
4-
This project use ANgular 13+
4+
5+
> This project use Angular 13+
56
67
### ⏳ Installation
78

angular.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
"skipTests": true
2020
}
2121
},
22+
"i18n": {
23+
"sourceLocale": "fr-FR",
24+
"locales": {
25+
"en": {
26+
"translation": "src/locales/messages.en-US.xlf",
27+
"baseHref": "/en/"
28+
}
29+
}
30+
},
2231
"root": "",
2332
"sourceRoot": "src",
2433
"prefix": "admin",
@@ -69,6 +78,9 @@
6978
"extractLicenses": false,
7079
"sourceMap": true,
7180
"namedChunks": true
81+
},
82+
"en": {
83+
"localize": ["en"]
7284
}
7385
},
7486
"defaultConfiguration": "production"
@@ -81,6 +93,9 @@
8193
},
8294
"development": {
8395
"browserTarget": "admin-cpanel:build:development"
96+
},
97+
"en": {
98+
"browserTarget": "admin-cpanel:build:development,en"
8499
}
85100
},
86101
"defaultConfiguration": "development"

package-lock.json

Lines changed: 177 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)