id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 10717 js: make it unnecessary to call babel.format explicitly Christian Boos Christian Boos "On the topic of `babel.format`, any reason why it couldn't be integrated in `gettext`? For example, writing: {{{#!js title: _(""Select ticket %(id)s for modification"", {id: tId}), }}} instead of the cumbersome: {{{#!js title: babel.format(_(""Select ticket %(id)s for modification""), {id: tId}), }}} The change is fully backward compatible. Now that Jun started to ""customize"" our babel.js in r11047... Ok, at some point someone should backport this to Babel:source:trunk/contrib/babel.js ;-) === Related branches - [repos:cboos.git:ticket10717/babeljs-format-in-gettext]" enhancement new normal 1.0 i18n 0.13dev normal babel javascript