We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ed533 commit 304d05cCopy full SHA for 304d05c
dist/filters/t.filter.php
@@ -1,5 +1,5 @@
1
<?php
2
-
+// Drupal translate filter
3
$filter = new Twig_SimpleFilter('t', function ($string) {
4
return $string;
5
});
0 commit comments