diff options
| author | jmoenig <jens@moenig.org> | 2013-07-11 17:45:09 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2013-07-11 17:45:09 +0200 |
| commit | 5f88fc93bb9a21eb281c30a2fbd75623113dbafc (patch) | |
| tree | 0a4d841653026e73927c0bda7007df03bb0ef55c /locale.js | |
| parent | eb8aef28c82d86f43ac16d80d5c3a1b6a39561ac (diff) | |
| download | snap-byow-5f88fc93bb9a21eb281c30a2fbd75623113dbafc.tar.gz snap-byow-5f88fc93bb9a21eb281c30a2fbd75623113dbafc.zip | |
preserve nested reporters in "kicked out" variadic inputs
instead of "swallowing" them.
also new: floor() function in monadic math reporter's drop-down
Diffstat (limited to 'locale.js')
| -rw-r--r-- | locale.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = { |
