ES6 has template tags like this: ``` js gettext`Some translatable string with ${variable} replacement` ``` We'd better support this.