I have a web page made with ZF2 and have translated all strings of my controllers, views and fieldsets using the translate method offered by the framework in the php code.
But what about the jquery code (or javascript)?
How it translates the generated strings in the client side if I haven't the translations files?