Make gettext perform sanely in test
This commit is contained in:
@@ -1 +1 @@
|
||||
window.gettext = window.ngettext = function(){};
|
||||
window.gettext = window.ngettext = function(s){return s;};
|
||||
|
||||
Reference in New Issue
Block a user