Re: Why use .po files (was: Re: Discussion Question)

2011-10-27 Thread zuha
Your js translation is a good point. Especially if you want to show for SEO in other countries. I would need to investigate that a bit further. But with it being from Google I might guess that if it doesn't now, that it would eventually be fine for SEO. And I'm not looking at Google Transla

Re: Why use .po files (was: Re: Discussion Question)

2011-10-27 Thread AD7six
On Oct 27, 6:24 pm, zuha wrote: > What I'm talking about is this :  http://translate.google.com/translate_tools > > And that does allow you to have specific translations for specific pages > and/or websites, but also will automatically translate using a world wide > translation system.  (In othe

Re: Why use .po files (was: Re: Discussion Question)

2011-10-27 Thread zuha
What I'm talking about is this : http://translate.google.com/translate_tools And that does allow you to have specific translations for specific pages and/or websites, but also will automatically translate using a world wide translation system. (In other words it takes advantage of a social

Re: Why use .po files (was: Re: Discussion Question)

2011-10-26 Thread Miles J
POT files are used by the gettext module, which is pretty much the primary globalization system in PHP. On Oct 26, 4:31 pm, Ryan Schmidt wrote: > On Oct 26, 2011, at 09:02, zuha wrote: > > > Okay just have a question I've been curious about for awhile.  What is the > > benefit of .pot files inst

Re: Why use .po files (was: Re: Discussion Question)

2011-10-26 Thread Ryan Schmidt
On Oct 26, 2011, at 09:02, zuha wrote: > Okay just have a question I've been curious about for awhile. What is the > benefit of .pot files instead of say using Google Translate?I'm also > curious as to whether removing the 1000's of __() functions would have any > performance upgrade in t