From 2bb7d94fcc8fcb40da0a3e4d7c02d113bf85fa27 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 24 Jul 2025 10:12:32 -0400 Subject: [PATCH] add gallery sort tooltips Signed-off-by: Vladimir Mandic --- html/locale_en.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/html/locale_en.json b/html/locale_en.json index 60295d496..a52301f0c 100644 --- a/html/locale_en.json +++ b/html/locale_en.json @@ -19,7 +19,15 @@ {"id":"","label":"🖼️","localized":"","hint":"Show preview"}, {"id":"","label":"♻","localized":"","hint":"Interrogate image"}, {"id":"","label":"↶","localized":"","hint":"Apply selected style to prompt"}, - {"id":"","label":"↷","localized":"","hint":"Save current prompt to style"} + {"id":"","label":"↷","localized":"","hint":"Save current prompt to style"}, + {"id":"","label":"","localized":"","hint":"Sort by name, ascending"}, + {"id":"","label":"","localized":"","hint":"Sort by name, descending"}, + {"id":"","label":"","localized":"","hint":"Sort by size, ascending"}, + {"id":"","label":"","localized":"","hint":"Sort by size, descending"}, + {"id":"","label":"","localized":"","hint":"Sort by resolution, ascending"}, + {"id":"","label":"","localized":"","hint":"Sort by resolution, descending"}, + {"id":"","label":"","localized":"","hint":"Sort by time, ascending"}, + {"id":"","label":"","localized":"","hint":"Sort by time, descending"} ], "main": [ {"id":"","label":"Prompt","localized":"","hint":"Describe image you want to generate"},