diff options
author | nea <nea@nea.moe> | 2023-07-31 18:00:32 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-07-31 18:00:32 +0200 |
commit | e61e7a38a047d1c0e073d1b47461a884f975e733 (patch) | |
tree | 3e6755bb84467d8a4dea8ac0bf6f91074b57efb5 /src/main/resources/assets/firmament | |
parent | a5155e33f226fea9d1684db4b5831952c081dde2 (diff) | |
download | firmament-e61e7a38a047d1c0e073d1b47461a884f975e733.tar.gz firmament-e61e7a38a047d1c0e073d1b47461a884f975e733.tar.bz2 firmament-e61e7a38a047d1c0e073d1b47461a884f975e733.zip |
Clickable chat links
Diffstat (limited to 'src/main/resources/assets/firmament')
-rw-r--r-- | src/main/resources/assets/firmament/lang/en_us.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/main/resources/assets/firmament/lang/en_us.json b/src/main/resources/assets/firmament/lang/en_us.json index 9fc4340..ee6a23b 100644 --- a/src/main/resources/assets/firmament/lang/en_us.json +++ b/src/main/resources/assets/firmament/lang/en_us.json @@ -69,11 +69,12 @@ "firmament.config.storage-overlay.scroll-speed": "Scroll Speed", "firmament.config.storage-overlay.inverse-scroll": "Invert Scroll", "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.position": "Chat Image Preview", + "firmament.config.chat-links": "Chat Links", + "firmament.config.chat-links.links-enabled": "Enable Clickable Links", + "firmament.config.chat-links.image-enabled": "Enable Image Preview", + "firmament.config.chat-links.allow-all-hosts": "Allow all Image Hosts", + "firmament.config.chat-links.allowed-hosts": "Allowed Image Hosts", + "firmament.config.chat-links.position": "Chat Image Preview", "firmament.hud.edit": "Edit %s", "firmament.config.custom-skyblock-textures": "Custom SkyBlock Item Textures", "firmament.config.custom-skyblock-textures.cache-duration": "Model Cache Duration", |