Skip to content

Commit

Permalink
Added i18n name for runtime link
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Aug 4, 2024
1 parent c612948 commit 4fe44f6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 17 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,34 @@
"iobroker.vis-2": "file:packages/iobroker.vis-2"
},
"devDependencies": {
"@alcalzone/release-script": "^3.7.3",
"@alcalzone/release-script": "^3.8.0",
"@alcalzone/release-script-plugin-iobroker": "^3.7.2",
"@alcalzone/release-script-plugin-lerna": "^3.7.0",
"@alcalzone/release-script-plugin-license": "^3.7.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@devbookhq/splitter": "^1.4.2",
"@iobroker/adapter-react-v5": "^6.1.6",
"@iobroker/type-detector": "^3.0.5",
"@iobroker/types": "^6.0.8",
"@iobroker/adapter-react-v5": "^6.1.8",
"@iobroker/type-detector": "^4.0.1",
"@iobroker/types": "^6.0.9",
"@iobroker/vis-2-widgets-react-dev": "^3.0.7",
"@iobroker/vis-2-widgets-testing": "^1.0.4",
"@types/react-color": "^3.0.12",
"@material-icons/svg": "^1.0.33",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/x-date-pickers": "^7.11.0",
"@reduxjs/toolkit": "^2.2.6",
"@sentry/browser": "^8.19.0",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/x-date-pickers": "^7.12.0",
"@reduxjs/toolkit": "^2.2.7",
"@sentry/browser": "^8.22.0",
"@tsconfig/node18": "^18.2.4",
"@types/dom-speech-recognition": "^0.0.4",
"@types/jquery": "^3.5.30",
"@types/mocha": "^10.0.7",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"ace-builds": "^1.35.3",
"chai": "^4.4.1",
"ace-builds": "^1.35.4",
"chai": "^4.5.0",
"craco-module-federation": "^1.1.0",
"dayjs": "^1.11.12",
"echarts": "^5.5.1",
Expand All @@ -48,15 +48,15 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"gulp": "^4.0.2",
"html-to-image": "^1.11.11",
"iobroker.web": "*",
"jquery-ui": "^1.13.3",
"lerna": "^8.1.6",
"lerna": "^8.1.7",
"mime": "^4.0.4",
"mocha": "^10.6.0",
"mocha": "^10.7.0",
"moment": "^2.30.1",
"mui-nested-menu": "^3.4.0",
"prop-types": "^15.8.1",
Expand All @@ -74,8 +74,8 @@
"react-scripts": "^5.0.1",
"redux": "^5.0.1",
"sass": "^1.77.8",
"typescript": "^5.5.3",
"unzipper": "^0.12.2",
"typescript": "^5.5.4",
"unzipper": "^0.12.3",
"uuid": "^10.0.0"
},
"scripts": {
Expand Down
15 changes: 14 additions & 1 deletion packages/iobroker.vis-2/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,20 @@
"color": "#ffe9c8",
"pro": "vis-2/index.htm",
"cloud": "vis-2/index.html",
"intro": true
"intro": true,
"name": {
"en": "vis-2 Runtime",
"de": "vis-2 Runtime",
"ru": "vis-2 Runtime",
"pt": "vis-2 Runtime",
"nl": "vis-2 Runtime",
"fr": "vis-2 Runtime",
"it": "vis-2 Runtime",
"es": "vis-2 Runtime",
"pl": "vis-2 Runtime",
"uk": "vis-2 Runtime",
"zh-cn": "vis-2 Runtime"
}
}
},
"license": "CC-BY-NC-4.0",
Expand Down

0 comments on commit 4fe44f6

Please sign in to comment.