From 89bcb2dbe5b5e6eb8e8ba13ceecee2770dfe4cd4 Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Thu, 9 Jan 2020 02:10:35 +0100 Subject: viewer: Changed "image" type to "picture". Adapted the code to the current compiler output format. The currentItem and currentPath are calculated in the store for easier multi-component access. Breadcrumb for current's position and navigation. --- viewer/src/locales/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'viewer/src/locales') diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index 4c9f5d4..d44a116 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json @@ -6,5 +6,6 @@ "mode.navigation": "Navigation", "mode.search": "Search", "search.no-results": "No results", - "panelLeft.propositions": "Proposed tags" + "panelLeft.propositions": "Proposed tags", + "gallery.unknowntype": "Unknown item type" } \ No newline at end of file -- cgit v1.2.3