Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobooooooo14 committed Oct 5, 2024
2 parents 9eabae5 + 9fcab82 commit c8e8850
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
npm run prettier:fix
git update-index --again
16 changes: 16 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "tsc -b && vite build",
"preview": "vite preview",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write ."
"prettier:fix": "prettier --write .",
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
Expand Down Expand Up @@ -82,6 +83,7 @@
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.5",
"globals": "^15.9.0",
"husky": "^9.1.6",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
Expand Down
2 changes: 2 additions & 0 deletions src/locale/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ i18n
.init({
load: "languageOnly",
fallbackLng: "en",
supportedLngs: ["en", "pt"],
defaultNS: "common",
debug: process.env.NODE_ENV === "production" ? false : true,
interpolation: {
escapeValue: false
Expand Down

0 comments on commit c8e8850

Please sign in to comment.