templates/JS/env_js.html.twig line 1

Open in your IDE?
  1. <script type="application/javascript">
  2. var ENV = $.extend(ENV || {}, {
  3. locale: "{{ app.request.locale }}",
  4. });
  5. </script>