[02:45:31] I'm doing mw.msg('some-key', someInt) in JS. Message has {{PLURAL:$1|shape|shapes}} in it. The $1 is getting replaced by the number, so I end up with something like {{PLURAL:5|shape|shapes}} [02:45:43] How can I get the thing rendered properly? [02:45:54] Docs on MW.org say PLURAL is supported... [02:46:59] mw.message(...).parse() is getting me the same result [18:04:54] t [22:29:30] Hi! I've installed Vagrant to test some changes I want to make to an extension. The first change is real simple, just adding some interface messages and that's it. However, after adding them to the en.json file, they are not appearing in the vagrant wiki. I'm guessing i need to run some command to update something, but i'm not sure what. Any ideas? [22:38:45] i think i figured it out