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[] = [