projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7996293
)
Rewrite comment.
author
Mike Taylor
<mike@indexdata.com>
Wed, 5 Mar 2014 09:46:25 +0000
(09:46 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 5 Mar 2014 09:46:25 +0000
(09:46 +0000)
tools/htdocs/mkws.js
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws.js
b/tools/htdocs/mkws.js
index
1a4f528
..
dc3d82c
100644
(file)
--- 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;