Rewrite comment.
authorMike Taylor <mike@indexdata.com>
Wed, 5 Mar 2014 09:46:25 +0000 (09:46 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 5 Mar 2014 09:46:25 +0000 (09:46 +0000)
tools/htdocs/mkws.js

index 1a4f528..dc3d82c 100644 (file)
@@ -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;