From 4ecc0bd8fc939a9a048e79abde625e91885c7463 Mon Sep 17 00:00:00 2001 From: wixette Date: Mon, 9 Mar 2020 00:33:31 +0800 Subject: [PATCH] fix Chinese translation --- js/l10n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/l10n.js b/js/l10n.js index ef6fb32..32fe63b 100644 --- a/js/l10n.js +++ b/js/l10n.js @@ -197,7 +197,7 @@ l10n.MESSAGES = { 'tutorial-18': { 'en': 'The LEDs D7-D0 show the result 00 000 011 (3 in decimal).', - 'zh': 'LED 等显示出计算结果 00 000 011(即十进制的 3)', + 'zh': 'LED 灯 D7-D0 显示出计算结果 00 000 011(即十进制的 3)', }, 'tutorial-19': {