From 67ed700cf27a2bbeeb029bd565301e2f2ed98a9f Mon Sep 17 00:00:00 2001 From: luxferre Date: Mon, 4 May 2026 10:23:53 +0100 Subject: [PATCH] i18n: json translation update for home page issue #5 --- i18n/en/code.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/i18n/en/code.json b/i18n/en/code.json index 3351c5b..15e5154 100644 --- a/i18n/en/code.json +++ b/i18n/en/code.json @@ -370,5 +370,17 @@ }, "home.getsource.button": { "message": "Source & Documentation" + }, + "home.downloads.links.rpi_direct": { + "message": "Raspberry Pi 3/4 Direct Download" + }, + "home.downloads.links.rpi_torrent": { + "message": "Raspberry Pi 3/4 Torrent" + }, + "home.downloads.links.amd_direct": { + "message": "PC(AMD64) Direct Download" + }, + "home.downloads.links.amd_torrent": { + "message": "PC(AMD64) Torrent" } }