The project is already translated into 2 languages "eng" and "dan".
The project serves different clients.
Now a client of my wants to have a different translations for some
strings.
I'm thinking about implementing like this:
First if we are to use "eng" we try:
- look in "eng" client specific translation for the string (locale/eng/
LC_MESSAGES/client_id.pod)
- if not found there look in generic "eng" translation file (locale/
eng/LC_MESSAGES/default.pod)
How would I implement this in CakePHP 1.3.5 ?
Any pointers?
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment