From 19a85ca096e58b8bbf35aaea17d7a79b903e1da4 Mon Sep 17 00:00:00 2001 From: michael88888888 Date: Fri, 1 May 2026 23:45:28 +0800 Subject: [PATCH 1/2] Sync up to date with 'solidity-by-example.github.io' Traditional Chinese version --- src/nav.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/nav.ts b/src/nav.ts index 6f09acfaa..67f2d0f88 100644 --- a/src/nav.ts +++ b/src/nav.ts @@ -29,6 +29,10 @@ export const TRANSLATIONS: Translation[] = [ lang: "Simplified Chinese", url: "https://github.com/Web3-Club/solidity-by-example_Chinese", }, + { + lang: "Traditional Chinese", + url: "https://github.com/denchance/Solidity-by-example_Traditional_Chinese", + }, ] export const SOL_ROUTES: Route[] = [ From 999545ac219199afccac5617d40a938140124767 Mon Sep 17 00:00:00 2001 From: michael88888888 Date: Sat, 2 May 2026 18:29:16 +0800 Subject: [PATCH 2/2] Sync up to date with 'solidity-by-example.github.io' Japanese version --- src/nav.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/nav.ts b/src/nav.ts index 67f2d0f88..39bd4a45e 100644 --- a/src/nav.ts +++ b/src/nav.ts @@ -25,6 +25,10 @@ export const TRANSLATIONS: Translation[] = [ lang: "Spanish", url: "https://github.com/lcadafalch/solidity_attacks", }, + { + lang: "Japanese", + url: "https://github.com/denchance/Solidity-by-example_Japanese", + }, { lang: "Simplified Chinese", url: "https://github.com/Web3-Club/solidity-by-example_Chinese",