The M function (translation) looks up mkws.config.lang rather than
authorMike Taylor <mike@indexdata.com>
Fri, 2 May 2014 15:46:01 +0000 (16:46 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 2 May 2014 15:46:01 +0000 (16:46 +0100)
commit625262840175003e664a696752be8f23a8eabb94
tree069ee8a80b3442512b1b51959aad26800df2a74f
parent018ed63861705ea4c5783e3058137bf0be17c16f
The M function (translation) looks up mkws.config.lang rather than
m_config.lang. Doing the latter was lie, since this function gets
called as mkws.M much of the time, and so gets a randomly chosen
team's lang setting; and all teams always have the same lang setting
anyway, since there's no way to set it differently per team.
src/mkws-team.js