Skip to content

Commit

Permalink
pkp/pkp-lib#9453 Initial Boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Jan 16, 2024
1 parent fff7899 commit bafd985
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
19 changes: 8 additions & 11 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"lint-staged": "^14.0.1",
"postcss": "^8.4.27",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.6",
"prettier-plugin-tailwindcss": "^0.5.11",
"rollup-plugin-copy": "^3.4.0",
"tailwindcss": "^3.3.3"
},
Expand All @@ -76,7 +76,7 @@
"plugins": {
"autoprefixer": {},
"tailwindcss": {
"config": "./lib/ui-library/tailwind.config.js"
"config": "./lib/ui-library/tailwind.config.js"
}
}
},
Expand Down
10 changes: 9 additions & 1 deletion registry/uiLocaleKeysBackend.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"common.commaListSeparator",
"common.delete",
"common.description",
"common.download",
"common.edit",
"common.editItem",
"common.error",
Expand Down Expand Up @@ -44,6 +45,7 @@
"common.status",
"common.type",
"common.unknownError",
"common.upload",
"common.uploadedBy",
"common.uploadedByAndWhen",
"common.view",
Expand All @@ -52,7 +54,6 @@
"doi.manager.versions.countStatement",
"doi.manager.versions.modalTitle",
"doi.manager.versions.view",
"editor.submission.daysInStage",
"editor.submission.search",
"editor.submission.viewSummary",
"editor.submissionArchive.confirmDelete",
Expand Down Expand Up @@ -126,6 +127,11 @@
"manger.dois.update.success",
"navigation.backTo",
"navigation.submissions",
"publication.jats.autoCreatedMessage",
"publication.jats.confirmDeleteFileButton",
"publication.jats.confirmDeleteFileMessage",
"publication.jats.confirmDeleteFileTitle",
"publication.jats.lastModified",
"publication.status.published",
"publication.status.unpublished",
"publication.version",
Expand All @@ -147,7 +153,9 @@
"submission.list.reviewerWorkflowLink",
"submission.list.reviewsCompleted",
"submission.list.revisionsSubmitted",
"submission.round",
"submission.submit.newSubmissionSingle",
"submission.upload.percentComplete",
"submissions.incomplete",
"validator.required"
]

0 comments on commit bafd985

Please sign in to comment.