Skip to content

Commit bb11b35

Browse files
committed
wip: Provide ready-made configuration snippets to help set up the app's configuration file #1140
1 parent 1005df6 commit bb11b35

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

extras/configs/panes.left.js

+4-6
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ module.exports = {
66
const params = options?.params
77
return Object.assign({
88
id: `${name}-activity-action`,
9-
icon,
10-
label,
119
renderer: 'item',
1210
route: { name: `${name}-activity`, params }
1311
}, options)
@@ -41,7 +39,7 @@ module.exports = {
4139
},
4240
platformInfo: (options) => {
4341
return Object.assign({
44-
id: 'platform-info',
42+
id: 'platform-info-action',
4543
icon: 'las la-desktop',
4644
label: 'KAbout.PLATFORM_INFO',
4745
stack: true,
@@ -55,7 +53,7 @@ module.exports = {
5553
},
5654
reportBug: (options) => {
5755
return Object.assign({
58-
id: 'report-bug',
56+
id: 'report-bug-action',
5957
icon: 'las la-bug',
6058
label: 'KAbout.BUG_REPORT',
6159
stack: true,
@@ -64,7 +62,7 @@ module.exports = {
6462
},
6563
legalNotice: (options) => {
6664
return Object.assign({
67-
id: 'legal-notice',
65+
id: 'legal-notice-action',
6866
icon: 'las la-gavel',
6967
label: 'LEGAL_NOTICE',
7068
dialog: {
@@ -77,7 +75,7 @@ module.exports = {
7775
},
7876
privacyPolicy: (options) => {
7977
return Object.assign({
80-
id: 'privacy-policy',
78+
id: 'privacy-policy-action',
8179
icon: 'las la-shield-alt',
8280
label: 'PRIVACY_POLICY'
8381
}, options)

map/client/i18n/map_fr.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"HIDE_POSITION": "Masquer les coordonnées géographiques",
1717
"SHOW_NORTH_ARROW": "Afficher la flèche d’orientation vers le nord",
1818
"HIDE_NORTH_ARROW": "Masquer la flèche d’orientation vers le nord",
19-
"SHOW_TIME_SERIES": "Afficher les graphiques temporels",
20-
"HIDE_TIME_SERIES": "Masquer les graphiques temporels"
19+
"SHOW_TIME_SERIES": "Afficher les séries chronologiques",
20+
"HIDE_TIME_SERIES": "Masquer les séries chronologiques"
2121
},
2222
"errors": {
2323
"GEOLOCATION_NOT_SUPPORTED": "La géolocalisation ne semble pas disponible sur votre appareil ou navigateur.",

0 commit comments

Comments
 (0)