login | register
Sat 20 of Mar, 2010 (04:43 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

This user has not entered any information yet.

Recent Blog Posts

Refresh cachePrint

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