aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/locales
diff options
context:
space:
mode:
authorzeroinformatique2020-09-17 15:51:42 +0200
committerGitHub2020-09-17 15:51:42 +0200
commitab97f64575f1b51bacced6ce1bc6bf22e0354615 (patch)
tree49cf6ce1429e7c4df67973f8472cf7819c0f9a19 /viewer/src/locales
parentb530f65cf7bc32eb4bb16cf445950a0b1ab685b4 (diff)
downloadldgallery-ab97f64575f1b51bacced6ce1bc6bf22e0354615.tar.gz
viewer: sort by date ascending (#249)
* viewer: sort by date ascending * viewer: sort by date ascending
Diffstat (limited to 'viewer/src/locales')
-rw-r--r--viewer/src/locales/en.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/locales/en.json b/viewer/src/locales/en.json
index ce5b8b2..41088da 100644
--- a/viewer/src/locales/en.json
+++ b/viewer/src/locales/en.json
@@ -4,6 +4,7 @@
4 "command.search": "Open/close search panel", 4 "command.search": "Open/close search panel",
5 "command.search.clear": "Clear", 5 "command.search.clear": "Clear",
6 "command.search.search": "Search", 6 "command.search.search": "Search",
7 "command.sort.byDateAsc": "By date (oldest first)",
7 "command.sort.byDateDesc": "By date (most recent first)", 8 "command.sort.byDateDesc": "By date (most recent first)",
8 "command.sort.byNameAsc": "By name (A to Z)", 9 "command.sort.byNameAsc": "By name (A to Z)",
9 "directory.no-results": "Empty directory", 10 "directory.no-results": "Empty directory",