From cdf3938b778188211ad316d16381e0d8c7beac75 Mon Sep 17 00:00:00 2001 From: nea Date: Sat, 22 Jul 2023 03:08:56 +0200 Subject: Add image preview --- src/main/resources/assets/firmament/lang/en_us.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/main/resources/assets/firmament/lang') diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json index f75fea0..dfd2fa3 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -66,5 +66,10 @@ "firmament.config.storage-overlay.padding": "Padding", "firmament.config.storage-overlay.scroll-speed": "Scroll Speed", "firmament.config.storage-overlay.inverse-scroll": "Invert Scroll", - "firmament.config.storage-overlay.margin": "Margin" + "firmament.config.storage-overlay.margin": "Margin", + "firmament.config.image-preview": "Image Preview", + "firmament.config.image-preview.enabled": "Enable Image Preview", + "firmament.config.image-preview.allow-all-hosts": "Allow all Image Hosts", + "firmament.config.image-preview.allowed-hosts": "Allowed Image Hosts", + "firmament.config.image-preview.percentage": "Image Width (Percentage of screen)" } -- cgit