diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-11-02 20:13:57 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-11-02 20:13:57 +0000 |
| commit | 34d2b48578532d387b1466c82ae4a761cd1d1a4f (patch) | |
| tree | 0381690e050348a0bddd7ce2650203f1cdc6c694 /apps/web/lib/i18n | |
| parent | bb00c99678ce3ca0493599c730a357f9daf2346b (diff) | |
| download | karakeep-34d2b48578532d387b1466c82ae4a761cd1d1a4f.tar.zst | |
feat: Add view options to show tag/title and control image fit. Fixes #1960
Diffstat (limited to 'apps/web/lib/i18n')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 9b40416d..5aa2913d 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -52,7 +52,12 @@ "layout": "Layout", "columns": "Columns", "display_options": "Display Options", - "show_note_previews": "Show Notes" + "show_note_previews": "Show Notes", + "show_tags": "Show Tags", + "show_title": "Show Title", + "image_options": "Image Options", + "image_fit_cover": "Cover (Fill)", + "image_fit_contain": "Contain (Fit)" }, "actions": { "change_layout": "Change Layout", |
