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

@ -58,6 +58,7 @@ For those of you familiar with the Crowdin Platform, you could do that too and j
- Greek (Ελληνικά)
- Hebrew (עִברִית)
- Hindi (हिंदी)
- Indonesian (bahasa Indonesia)
- Italian (Italiano)
- Japanese (日本人)
- Kannada (ಕನ್ನಡ)

View File

@ -5,7 +5,7 @@ module.exports = {
title: 'Reactive Resume',
siteUrl: 'https://rxresu.me',
description: 'A free and open source resume builder.',
version: '2.7.4',
version: '2.7.5',
},
flags: { PRESERVE_WEBPACK_CACHE: true },
plugins: [

17
package-lock.json generated
View File

@ -36,6 +36,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",
@ -16489,6 +16490,17 @@
"node": ">=8.12.0"
}
},
"node_modules/husky": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz",
"integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ==",
"bin": {
"husky": "lib/bin.js"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
}
},
"node_modules/hyphenate-style-name": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz",
@ -45639,6 +45651,11 @@
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
"integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw=="
},
"husky": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-6.0.0.tgz",
"integrity": "sha512-SQS2gDTB7tBN486QSoKPKQItZw97BMOd+Kdb6ghfpBc0yXyzrddI0oDV5MkDAbuB4X2mO3/nj60TRMcYxwzZeQ=="
},
"hyphenate-style-name": {
"version": "1.0.4",
"resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz",

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",

View File

@ -12,6 +12,7 @@ import 'dayjs/locale/fr';
import 'dayjs/locale/he';
import 'dayjs/locale/hi';
import 'dayjs/locale/it';
import 'dayjs/locale/id';
import 'dayjs/locale/ja';
import 'dayjs/locale/kn';
import 'dayjs/locale/lt';