Skip to content
Snippets Groups Projects
Unverified Commit 6e6dd174 authored by Camille Villa's avatar Camille Villa Committed by GitHub
Browse files

Merge pull request #2155 from ProjectMirador/2067-compact-list

Use i18n labels for the compact list toggle
parents cd886107 68ac0f38
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
"closeInfoCompanionWindow": "Informationshilfsfenster schließen",
"closeWindow": "Fenster schließen",
"closeWindowMenu": "Fenstermenü schließen",
"compactList": "Kompaktliste",
"currentItem": "Objekt",
"dark": "Dunkel",
"dismiss": "Verwerfen",
......@@ -53,6 +54,7 @@
"theme": "Farbschema",
"thumbnailNavigation": "Miniaturansicht",
"thumbnails": "Miniaturansicht",
"thumbnailList": "Miniaturansicht",
"toggleWindowSideBar": "Seitenleiste umschalten",
"tryAgain": "Wiederholen",
"untitled": "[Unbenannt]",
......
......@@ -18,6 +18,7 @@
"closeInfoCompanionWindow": "Close information companion window",
"closeWindow": "Close window",
"closeWindowMenu": "Close window options menu",
"compactList": "Compact List",
"currentItem": "Current item",
"dark": "Dark",
"dismiss": "Dismiss",
......@@ -57,6 +58,7 @@
"theme": "Theme",
"thumbnailNavigation": "Thumbnail carousel",
"thumbnails": "Thumbnails",
"thumbnailList": "Thumbnail List",
"toggleWindowSideBar": "Toggle window sidebar",
"tryAgain": "Try again",
"untitled": "[Untitled]",
......
......@@ -105,8 +105,8 @@ export class WindowSideBarCanvasPanel extends Component {
variant="filled"
input={<FilledInput name="variant" />}
>
<MenuItem value="compact">Compact List</MenuItem>
<MenuItem value="thumbnail">Thumbnail List</MenuItem>
<MenuItem value="compact">{ t('compactList') }</MenuItem>
<MenuItem value="thumbnail">{ t('thumbnailList') }</MenuItem>
</Select>
</FormControl>
)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment