Skip to content

Commit 11f45a5

Browse files
committed
wip: Provide ready-made configuration snippets to help set up the app's configuration file #1140
1 parent 58012fc commit 11f45a5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

extras/configs/panes.top.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = {
4747
toggleNorthArrowVisibility: (renderer = 'item') => {
4848
return {
4949
id: 'toggle-north-arrow-sticky',
50-
component: 'action/layout',
50+
component: 'action/KToggleStickyVisibility',
5151
stickyId: 'north-arrow-sticky',
5252
icon: 'las la-location-arrow',
5353
label: renderer === 'item' ? 'layout.SHOW_NORTH_ARROW' : null,

map/client/i18n/map_en.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"HIDE_LEGEND": "Hide legend",
1313
"SHOW_POSITION": "Show geographical coordinates",
1414
"HIDE_POSITION": "Hide geographical coordinates",
15-
"SHOW_NORTH": "Show north arrow",
16-
"HIDE_NORTH": "Hide north arrow"
15+
"SHOW_NORTH_ARROW": "Show north arrow",
16+
"HIDE_NORTH_ARROW": "Hide north arrow"
1717
},
1818
"errors": {
1919
"GEOLOCATION_NOT_SUPPORTED": "Geolocation does not seem to be supported on your device or browser.",

map/client/i18n/map_fr.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"HIDE_LEGEND": "Masquer la légende",
1313
"SHOW_POSITION": "Afficher les coordonnées géographiques",
1414
"HIDE_POSITION": "Masquer les coordonnées géographiques",
15-
"SHOW_NORTH": "Afficher la flèche d’orientation vers le nord",
16-
"HIDE_NORTH": "Masquer la flèche d’orientation vers le nord"
15+
"SHOW_NORTH_ARROW": "Afficher la flèche d’orientation vers le nord",
16+
"HIDE_NORTH_ARROW": "Masquer la flèche d’orientation vers le nord"
1717
},
1818
"errors": {
1919
"GEOLOCATION_NOT_SUPPORTED": "La géolocalisation ne semble pas disponible sur votre appareil ou navigateur.",

0 commit comments

Comments
 (0)