From b992c0f7be72d68c2826f695da33a80dff0030b8 Mon Sep 17 00:00:00 2001 From: wixette Date: Sun, 8 Mar 2020 21:46:12 +0800 Subject: [PATCH] fix messages and translations --- index.html | 5 +++-- js/l10n.js | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b40eb24..36291b1 100644 --- a/index.html +++ b/index.html @@ -696,10 +696,11 @@

diff --git a/js/l10n.js b/js/l10n.js index 3af4ec2..ef6fb32 100644 --- a/js/l10n.js +++ b/js/l10n.js @@ -204,6 +204,11 @@ l10n.MESSAGES = { 'en': 'Turn off Altair 8800.', 'zh': '关闭 Altair 8800', }, + + 'reference-title': { + 'en': 'References', + 'zh': '参考资料', + }, }; /**