Skip to content

Commit fefd3bd

Browse files
committed
fix: add missing language section
1 parent 466c1d1 commit fefd3bd

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/translation/languages/cn.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,12 @@
249249
"header": "检测到旧版钱包",
250250
"explain": "检测到旧版钱包。 这可能是由浏览器的缓存引起的。 尝试刷新您的浏览器。 继续可能会导致问题。",
251251
"walletLabel": "钱包版本"
252+
},
253+
"language": {
254+
"automatic": "自动",
255+
"en": "English",
256+
"cn": "中文",
257+
"fr": "Français"
252258
}
253259
}
254260
}

src/translation/languages/fr.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,12 @@
249249
"header": "Outdated Wallet Detected",
250250
"explain": "An old version of the wallet has been detected. This can be caused by your browser's cache. Try refreshing your browser. Continuing may cause issues.",
251251
"walletLabel": "Wallet Version"
252+
},
253+
"language": {
254+
"automatic": "Automatique",
255+
"en": "English",
256+
"cn": "中文",
257+
"fr": "Français"
252258
}
253259
}
254260
}

0 commit comments

Comments
 (0)