BazingaJsTranslationBundle icon indicating copy to clipboard operation
BazingaJsTranslationBundle copied to clipboard

Basic installation with script tags

Open tacman opened this issue 2 months ago • 0 comments

I'm missing something basic about how to load this.

            <script src="{{ asset('bundles/bazingajstranslation/js/translator.min.js') }}"></script>
            <script src="{{ url('bazinga_jstranslation_js') }}"></script>

translations:19 Uncaught ReferenceError: Translator is not defined at translations:19:4 (anonymous) @ translations:19

I've also been playing around with loading it as a module, but I figured I'd at least get a basic installation working first. Can anyone point me in the right direction?

Gracias.

tacman avatar May 10 '24 18:05 tacman