templates/get-translations.html.twig line 1

Open in your IDE?
  1. <script>
  2.     function getAddLocationPlaceHolder() {
  3.         return '{{ 'search_form.addLocation'|trans }}';
  4.     }
  5.     function getDefaultPlaceHolder() {
  6.         return '{{ 'search_form.searchPlaceholder'|trans }}';
  7.     }
  8. </script>