From: Mike Taylor Date: Wed, 5 Mar 2014 09:46:25 +0000 (+0000) Subject: Rewrite comment. X-Git-Tag: 1.0.0~1323 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=89016e5c5e5c0a4fcdcd3d8fcfd78d8e8ed99077;p=mkws-moved-to-github.git Rewrite comment. --- diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 1a4f528..dc3d82c 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -997,7 +997,11 @@ function team($, teamName) { } - /* locale */ + // Translation function. At present, this is properly a + // global-level function (hence the assignment to mkws.M) but we + // want to make it per-team so different teams can operate in + // different languages. + // function M(word) { var lang = mkws_config.lang;