mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-27 10:24:48 +10:00
v2.7.5 - add Indonesian language
This commit is contained in:
@@ -58,6 +58,7 @@ For those of you familiar with the Crowdin Platform, you could do that too and j
|
|||||||
- Greek (Ελληνικά)
|
- Greek (Ελληνικά)
|
||||||
- Hebrew (עִברִית)
|
- Hebrew (עִברִית)
|
||||||
- Hindi (हिंदी)
|
- Hindi (हिंदी)
|
||||||
|
- Indonesian (bahasa Indonesia)
|
||||||
- Italian (Italiano)
|
- Italian (Italiano)
|
||||||
- Japanese (日本人)
|
- Japanese (日本人)
|
||||||
- Kannada (ಕನ್ನಡ)
|
- Kannada (ಕನ್ನಡ)
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ module.exports = {
|
|||||||
title: 'Reactive Resume',
|
title: 'Reactive Resume',
|
||||||
siteUrl: 'https://rxresu.me',
|
siteUrl: 'https://rxresu.me',
|
||||||
description: 'A free and open source resume builder.',
|
description: 'A free and open source resume builder.',
|
||||||
version: '2.7.4',
|
version: '2.7.5',
|
||||||
},
|
},
|
||||||
flags: { PRESERVE_WEBPACK_CACHE: true },
|
flags: { PRESERVE_WEBPACK_CACHE: true },
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|||||||
Generated
+17
@@ -36,6 +36,7 @@
|
|||||||
"gatsby-source-gravatar": "^1.0.1",
|
"gatsby-source-gravatar": "^1.0.1",
|
||||||
"gatsby-transformer-remark": "^4.4.0",
|
"gatsby-transformer-remark": "^4.4.0",
|
||||||
"gatsby-transformer-sharp": "^3.7.0",
|
"gatsby-transformer-sharp": "^3.7.0",
|
||||||
|
"husky": "^6.0.0",
|
||||||
"i18next": "^20.3.1",
|
"i18next": "^20.3.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"nanoevents": "^6.0.0",
|
"nanoevents": "^6.0.0",
|
||||||
@@ -16489,6 +16490,17 @@
|
|||||||
"node": ">=8.12.0"
|
"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": {
|
"node_modules/hyphenate-style-name": {
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz",
|
"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",
|
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
|
||||||
"integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw=="
|
"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": {
|
"hyphenate-style-name": {
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz",
|
||||||
|
|||||||
@@ -16,6 +16,11 @@
|
|||||||
"start": "npm run develop",
|
"start": "npm run develop",
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
|
"husky": {
|
||||||
|
"hooks": {
|
||||||
|
"pre-commit": "npm run lint:fix"
|
||||||
|
}
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@material-ui/core": "^4.11.4",
|
"@material-ui/core": "^4.11.4",
|
||||||
"@reach/router": "^1.3.4",
|
"@reach/router": "^1.3.4",
|
||||||
@@ -44,6 +49,7 @@
|
|||||||
"gatsby-source-gravatar": "^1.0.1",
|
"gatsby-source-gravatar": "^1.0.1",
|
||||||
"gatsby-transformer-remark": "^4.4.0",
|
"gatsby-transformer-remark": "^4.4.0",
|
||||||
"gatsby-transformer-sharp": "^3.7.0",
|
"gatsby-transformer-sharp": "^3.7.0",
|
||||||
|
"husky": "^6.0.0",
|
||||||
"i18next": "^20.3.1",
|
"i18next": "^20.3.1",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"nanoevents": "^6.0.0",
|
"nanoevents": "^6.0.0",
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ import 'dayjs/locale/fr';
|
|||||||
import 'dayjs/locale/he';
|
import 'dayjs/locale/he';
|
||||||
import 'dayjs/locale/hi';
|
import 'dayjs/locale/hi';
|
||||||
import 'dayjs/locale/it';
|
import 'dayjs/locale/it';
|
||||||
|
import 'dayjs/locale/id';
|
||||||
import 'dayjs/locale/ja';
|
import 'dayjs/locale/ja';
|
||||||
import 'dayjs/locale/kn';
|
import 'dayjs/locale/kn';
|
||||||
import 'dayjs/locale/lt';
|
import 'dayjs/locale/lt';
|
||||||
|
|||||||
Reference in New Issue
Block a user