aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/locales/en.json
diff options
context:
space:
mode:
authorZero~Informatique2019-12-22 07:40:55 +0100
committerZero~Informatique2019-12-22 07:40:55 +0100
commitdc251fffc2998f1cf4f8e9631928c4b92ac0d90e (patch)
tree2d0fbf73d63ce2c1f02bde7385688c45eb2a260a /viewer/src/locales/en.json
parent65465dd7d76b5729b62e39711004529e8d444241 (diff)
downloadldgallery-dc251fffc2998f1cf4f8e9631928c4b92ac0d90e.tar.gz
viewer: Implemented the search by tags. Pushed the special urls to ENV.
Diffstat (limited to 'viewer/src/locales/en.json')
-rw-r--r--viewer/src/locales/en.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json
index f24ac1f..d885872 100644
--- a/viewer/src/locales/en.json
+++ b/viewer/src/locales/en.json
@@ -1,5 +1,9 @@
1{ 1{
2 "tagInput.placeholder": "Tags", 2 "tagInput.placeholder": "Tags",
3 "panelLeft.title": "Filters", 3 "panelLeft.filters": "Filters",
4 "tagInput.nomatch": "No match" 4 "tagInput.nomatch": "No match",
5 "panelLeft.mode": "Mode",
6 "mode.navigation": "Navigation",
7 "mode.search": "Search",
8 "search.no-results": "No results"
5} \ No newline at end of file 9} \ No newline at end of file