Project

General

Profile

« Previous | Next » 

Revision 6f5e909f

Added by Walden Raines about 10 years ago

Fixes #4785, replace gettext with translate for extraction/replacement.

View differences:

engines/bastion/test/incubator/format/boolean-to-yes-no.filter.test.js
beforeEach(module('alchemy.format'));
beforeEach(module(function($provide) {
$provide.value('gettext', function(a) {return a});
$provide.value('translate', function(a) {return a});
}));
beforeEach(inject(function($filter) {

Also available in: Unified diff