v2.7.5 - add Indonesian language

This commit is contained in:
Amruth Pillai
2021-06-22 16:53:37 +05:30
parent 6f12251aef
commit c6986b5048
5 changed files with 26 additions and 1 deletions

View File

@ -16,6 +16,11 @@
"start": "npm run develop",
"test": "jest"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint:fix"
}
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@reach/router": "^1.3.4",
@ -44,6 +49,7 @@
"gatsby-source-gravatar": "^1.0.1",
"gatsby-transformer-remark": "^4.4.0",
"gatsby-transformer-sharp": "^3.7.0",
"husky": "^6.0.0",
"i18next": "^20.3.1",
"lodash": "^4.17.21",
"nanoevents": "^6.0.0",