login | register
Tue 18 of Nov, 2008 (15:34 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

Refresh cache

Are there any multi-lingual aspects of bitweaver

by MsTeryGuest
Tuesday 16 of August, 2005
Posted to Developer's FAQ
Gleaned from irc:

Q. Are there any multi-lingual aspects of bitweaver

A. In short, wrap strings in smarty tpl's with some text and in your php, use the tra( 'some text' );. String collection is automatic as is translation

Q. how does it get translated?

A. lookup tables using md5( 'some text' ) as the master key. Translations are all cached to file system in single strings

Comments