Re: [PHP] Language translation

2009-07-26 Thread Phpster





On Jul 25, 2009, at 9:37 PM, Skip Evans s...@bigskypenguin.com wrote:


Hey all,

We got a new project and language translation of content is a major  
priority. I've googled around and seen lots of options, but I'd like  
to hear from the list about more real world experiences about what  
some of you found and what both you as a coder and the client were  
most satisfied with.


Big Hugs,
Skip

--

Skip Evans
Big Sky Penguin, LLC
503 S Baldwin St, #1
Madison WI 53703
608.250.2720
http://bigskypenguin.com

Those of you who believe in
telekinesis, raise my hand.
-- Kurt Vonnegut

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Skip,

What type of content are you looking to franslate? Forms or more  
narrative blog type entries?


How many languages are you looking to support?

From my experience where the app I am involved with does real time  
translation of forms and essentially builds the forms on the fly, is  
that translation is a real bottleneck. I lost the vote on this since  
my goal was to cache out the forms in their individual languages.


The future versions of this type of app will most certainly allow  
caching of the forms to only do the translation once and only when the  
form changes require it. It will also use google's translate to  
translate the form' elements into the defined system languages.


Bastien

Sent from my iPod 
 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Language translation

2009-07-26 Thread Miles Thompson
gettext -not PHP, but a GNU project.
PHP hooks: http://ca.php.net/manual/en/book.gettext.php, which
contains a link to the project.

In the past I've coded arrays of prompts, this is a more native solution.

Cheers - Miles

On Sat, Jul 25, 2009 at 10:37 PM, Skip Evanss...@bigskypenguin.com wrote:
 Hey all,

 We got a new project and language translation of content is a major
 priority. I've googled around and seen lots of options, but I'd like to hear
 from the list about more real world experiences about what some of you found
 and what both you as a coder and the client were most satisfied with.

 Big Hugs,
 Skip

 --
 
 Skip Evans
 Big Sky Penguin, LLC
 503 S Baldwin St, #1
 Madison WI 53703
 608.250.2720
 http://bigskypenguin.com
 
 Those of you who believe in
 telekinesis, raise my hand.
  -- Kurt Vonnegut

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Language translation

2009-07-26 Thread Rudi Ullon
I'm also starting with a multilanguage project, and after a little research,
we've decided to use this gettext

http://savannah.nongnu.org/projects/php-gettext/

Take a look.. might be useful to you also.

---
Regards / Saludos

Rudi Ullon


[PHP] Language translation

2009-07-25 Thread Skip Evans

Hey all,

We got a new project and language translation of content is a 
major priority. I've googled around and seen lots of options, 
but I'd like to hear from the list about more real world 
experiences about what some of you found and what both you as 
a coder and the client were most satisfied with.


Big Hugs,
Skip

--

Skip Evans
Big Sky Penguin, LLC
503 S Baldwin St, #1
Madison WI 53703
608.250.2720
http://bigskypenguin.com

Those of you who believe in
telekinesis, raise my hand.
 -- Kurt Vonnegut

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Language Translation and PHP...

2006-07-13 Thread Sameer N Ingole

tedd wrote:

At 2:09 PM -0400 7/12/06, Russell Jones wrote:
  

Anyone know of any language translation APIs or anything of that sort out
there? Looking to translate quite a bit of content and would rather not do
it by hand.



I'm not sure as to what you want, but perhaps this might help:

http://www.weberdev.com/get_example-4049.html
  

Check out http://babelfish.altavista.com/

--
Sameer N. Ingole
http://weblogic.noroot.org/
---
Better to light one candle than to curse the darkness.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Language Translation (spanish-english) PHP

2006-07-13 Thread Russell Jones

Anyone know of an API (soap, xml-rpc, rest, anything) for PHP that assists
with language translation?

Thanks

Russ


Re: [PHP] Language Translation (spanish-english) PHP

2006-07-13 Thread Satyam
It is not a matter of an API, automated translations don't work except for 
very restricted environments.  Some software companies are trying to provide 
their knowledge base in multiple languages and I admit the results don't 
stink, but they are far from being a decent translation.  It is favored by 
the fact that it is a restricted subset of the full language and to reach 
that far it has been tested and refined on a large subset (they already had 
a good chunk of documents hand-translated) so they only had to extend that 
expertise over the full set.  Nevertheless they all still deal with the same 
sort of information, all tech-support for developers.  I read some 
encouraging news regarding machine translation recently, but it is still 
some way of.


You have probably dealt with machine translations, if you have ever read the 
booklet for some cheap electronic product made in China, well, then you 
know.  That's how it turns out.


And, if you think it is all the same, I can tell you, Spanish being my 
native language, if I ever get to a site badly translated don't expect me 
back, ever.


Satyam

- Original Message - 
From: Russell Jones [EMAIL PROTECTED]

To: PHP General php-general@lists.php.net
Sent: Thursday, July 13, 2006 10:00 PM
Subject: [PHP] Language Translation (spanish-english) PHP



Anyone know of an API (soap, xml-rpc, rest, anything) for PHP that assists
with language translation?

Thanks

Russ



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Language Translation and PHP...

2006-07-12 Thread Russell Jones

Anyone know of any language translation APIs or anything of that sort out
there? Looking to translate quite a bit of content and would rather not do
it by hand.


Re: [PHP] Language Translation and PHP...

2006-07-12 Thread tedd
At 2:09 PM -0400 7/12/06, Russell Jones wrote:
Anyone know of any language translation APIs or anything of that sort out
there? Looking to translate quite a bit of content and would rather not do
it by hand.

I'm not sure as to what you want, but perhaps this might help:

http://www.weberdev.com/get_example-4049.html

hth's

tedd
-- 

http://sperling.com  http://ancientstones.com  http://earthstones.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Language translation

2001-09-23 Thread Gaylen Fraley

What is the most accepted method for translating an application from one
language to another?  Is it done by a table that does a search and replace,
i.e. one-to-one translation?  Or does one actually translate the code
verbatim?  Is there a white paper somewhere?

Thanks,

--
Gaylen
[EMAIL PROTECTED]
http://www.gaylenandmargie.com
PHP KISGB v1.2 Guestbook http://www.gaylenandmargie.com/publicscripts




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Language translation

2001-09-23 Thread Rasmus Lerdorf

Read up on gettext

On Sun, 23 Sep 2001, Gaylen Fraley wrote:

 What is the most accepted method for translating an application from one
 language to another?  Is it done by a table that does a search and replace,
 i.e. one-to-one translation?  Or does one actually translate the code
 verbatim?  Is there a white paper somewhere?

 Thanks,

 --
 Gaylen
 [EMAIL PROTECTED]
 http://www.gaylenandmargie.com
 PHP KISGB v1.2 Guestbook http://www.gaylenandmargie.com/publicscripts







-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]