Make gettext perform sanely in test

This commit is contained in:
David Baumgold
2013-06-14 16:05:13 -04:00
parent 3f0efe70cf
commit 5fa05a50b9

View File

@@ -1 +1 @@
window.gettext = window.ngettext = function(){};
window.gettext = window.ngettext = function(s){return s;};