fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
775 stars 63 forks source link

Need help on i18n #138

Open rajasegar opened 1 year ago

rajasegar commented 1 year ago

Since Caveman uses Djula as the templating engine, and Djula comes with i18n (Internationalization) support, need some clear documentation on where to put the locale files in what format and how to setup the same.

Found some references here in Djula http://mmontone.github.io/djula/djula/Internationalization.html#Internationalization And here how it is done in the Djula demo file https://github.com/mmontone/djula/blob/0ac1bd7fd2b5d4d8ef3b37c268dd5f360da63cf8/demo/demo.lisp#L75

But I tried the above setup and it's not working....