aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/locales
diff options
context:
space:
mode:
authorZero~Informatique2020-08-20 00:14:27 +0200
committerG.Fouet2020-09-11 21:53:18 +0200
commit4c839e0f30fad9e5df29f1f0682380581c582713 (patch)
tree763b80f708a1c08137627610487db29bc38bb6ad /viewer/src/locales
parentb46f0c99bb6f73ddc2ecdc0e47655b7110251cc9 (diff)
downloadldgallery-4c839e0f30fad9e5df29f1f0682380581c582713.tar.gz
viewer: information panel with markdown
github: resolves #214 github: resolves #37
Diffstat (limited to 'viewer/src/locales')
-rw-r--r--viewer/src/locales/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json
index 824064e..0bbc2cc 100644
--- a/viewer/src/locales/en.json
+++ b/viewer/src/locales/en.json
@@ -15,5 +15,6 @@
15 "command.back": "Go back", 15 "command.back": "Go back",
16 "command.parent": "Go to parent directory", 16 "command.parent": "Go to parent directory",
17 "directory.no-results": "Empty directory", 17 "directory.no-results": "Empty directory",
18 "panelLeft.propositions.other": "other filters" 18 "panelLeft.propositions.other": "other filters",
19 "panelLeft.information.title": "Information"
19} 20}