January 7, 2008
cl-i18n 0.3 released
I had not expected contributions coming in so quickly, but thanks to Vilson Vieira cl-18n can now extract translatable strings in a rudimentary fashion. Use it like this after loading the package:
(i18n-util:generate-i18n-file "gowron-monologue.lisp" "klingon.lisp")
You need cl-ppcre for it right now, and it can’t merge yet (the target file gets overwritten). But it’s a good start!
Good enough in any case for me to add a README and call it version 0.3.