diff --git a/vendor/assets/javascripts/i18n-patches.js b/vendor/assets/javascripts/i18n-patches.js index d7646901f91..61c0a526e9d 100644 --- a/vendor/assets/javascripts/i18n-patches.js +++ b/vendor/assets/javascripts/i18n-patches.js @@ -13,7 +13,7 @@ return oldI18ntoHumanSize.apply(this, [number, options]); }; - if (Ember.ENV.EXTEND_PROTOTYPES) { + if (Ember.typeOf(String.prototype.w) === "function") { String.prototype.i18n = function(options) { return I18n.t(String(this), options); };