From 6b963671f0de976f583637c6cef075b617801ace Mon Sep 17 00:00:00 2001 From: jmoenig Date: Tue, 23 Oct 2018 14:30:09 +0200 Subject: [PATCH] updated history & version --- HISTORY.md | 1 + snap.html | 2 +- src/locale.js | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 24f9a9ba..b5bf1c16 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,6 +5,7 @@ * Objects: Don't stamp if the canvas is too small (and would throw an error) * Threads: New "reportAtomicGroup" HOF primitive using the JIT compiler * "Bigger Data" library: Added "group" function for fast data drill-down analyses +* Japanese translation updates, thanks, Yoshiteru Nakamura! ### 2018-10-22 * "Bigger Data" library: Added "analyze" function for fast frequency distributions diff --git a/snap.html b/snap.html index b6661b6f..9cae05f9 100755 --- a/snap.html +++ b/snap.html @@ -18,7 +18,7 @@ - + diff --git a/src/locale.js b/src/locale.js index e70ed331..2d7c5110 100644 --- a/src/locale.js +++ b/src/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2018-October-16'; +modules.locale = '2018-October-23'; // Global stuff @@ -182,7 +182,7 @@ SnapTranslator.dict.ja = { 'translator_e-mail': 'abee@squeakland.jp', 'last_changed': - '2012-04-02' + '2018-10-23' }; SnapTranslator.dict.ja_HIRA = { @@ -193,7 +193,7 @@ SnapTranslator.dict.ja_HIRA = { 'translator_e-mail': 'abee@squeakland.jp', 'last_changed': - '2012-04-02' + '2018-10-23' }; SnapTranslator.dict.ko = {