Showing posts with label languages. Show all posts
Showing posts with label languages. Show all posts

Friday, April 20, 2012

Day #9 of a #30 day startup


I've made further progress on the site, and have set up the code so that titles can be translated automatically into the respective language, so long as I've inserted those translations into the relevant .po files. The attached screenshot should give an idea of how it looks when viewing in another language. I think I may well get the site up and running early next week, and adapt the site according to feedback. I believe it will already be useful for my own surfing/commenting purposes. Later I hope to include embedded vids from sites like Vimeo or Youtube, but I'd like to get the conversation parts working first.
For those who are developing in Cakephp and want to implement a multi-language site here are two useful links : cakephp book and Localizing Japan.

Wednesday, April 18, 2012

Day #8 of a #30 day startup


A productive day today. I put in the language selector mechanism. By selecting the language a session id will stay in memory, so that if for example you chose the German option, all the comments you see when perusing threads would be the ones made in German. It's also easy enough to change to English or Spanish if you want to look at what people are saying in other languages. I'm not doing the same with the thread header - ideally people will comment on the same discussion point but in their respective language. One thing I will now have to do is modify the code to display titles and help-text in the relevant language, but that shouldn't be too hard to implement. I've got some other functionality planned for the site, but it's looking as though I can migrate to the website sometime next week!