Comment 15 for bug 1372061

Revision history for this message
Zsombor Egri (zsombi) wrote :

Nick, you can get updates on function calls when local or any parameter used changes. See i18n.tr() and other functions also get updated when locale changes. You could have thing like i18n.trDate(date, format) which returns an object, which in turn can also have properties/functions so those can get updated whenever date, format or locale changes.