From 5f88fc93bb9a21eb281c30a2fbd75623113dbafc Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 11 Jul 2013 17:45:09 +0200 Subject: preserve nested reporters in "kicked out" variadic inputs instead of "swallowing" them. also new: floor() function in monadic math reporter's drop-down --- locale.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'locale.js') diff --git a/locale.js b/locale.js index 5edcfcc..cb947ea 100644 --- a/locale.js +++ b/locale.js @@ -42,7 +42,7 @@ /*global modules, contains*/ -modules.locale = '2013-July-02'; +modules.locale = '2013-July-11'; // Global stuff @@ -149,7 +149,7 @@ SnapTranslator.dict.de = { 'translator_e-mail': 'jens@moenig.org', 'last_changed': - '2013-07-02' + '2013-07-11' }; SnapTranslator.dict.it = { -- cgit v1.3.1