Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exposing message.properties to javascript?

Is there an easy way to expose all translated strings to javascript? I want to be able to use translated strings in my JS files without manually building them in GSPs.

Is there an easy way to do this?

like image 413
Stefan Kendall Avatar asked Jun 02 '11 17:06

Stefan Kendall


1 Answers

The Jawr plugin (good plugin to use to optimize your JS and CSS resources anyway) can expose parts or the whole of your i18n message bundles to Javascript:

http://jawr.java.net/docs/messages_gen.html

like image 55
Rhysyngsun Avatar answered Sep 28 '22 04:09

Rhysyngsun