diff options
author | Zero~Informatique | 2020-04-03 03:42:35 +0200 |
---|---|---|
committer | Zero~Informatique | 2020-04-03 03:42:35 +0200 |
commit | 577f49ab6e1fd9cd8007804a13dea1471ee2fb1f (patch) | |
tree | e9a911b580b839474cc1697fa4b9c83fe20788a3 /viewer/src/locales/en.json | |
parent | 54790c6c73d7c51ff22cf5e9722b141cdc0249df (diff) | |
download | ldgallery-577f49ab6e1fd9cd8007804a13dea1471ee2fb1f.tar.gz |
viewer: tag categories implementation
GitHub: Resolves #29
Diffstat (limited to 'viewer/src/locales/en.json')
-rw-r--r-- | viewer/src/locales/en.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json index 58adcd2..4209a67 100644 --- a/viewer/src/locales/en.json +++ b/viewer/src/locales/en.json | |||
@@ -14,5 +14,6 @@ | |||
14 | "command.search.search": "Search", | 14 | "command.search.search": "Search", |
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 | } | 18 | "panelLeft.propositions.other": "other filters" |
19 | } \ No newline at end of file | ||