Language translation
am 26.07.2009 03:37:03 von 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: Language translation
am 26.07.2009 16:15:13 von Phpster
On Jul 25, 2009, at 9:37 PM, Skip Evans 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: Language translation
am 26.07.2009 17:50:39 von 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 Evans 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 h=
ear
> from the list about more real world experiences about what some of you fo=
und
> 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.
> =A0-- 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: Language translation
am 26.07.2009 21:11:48 von Rudi Ullon
--0015175ce1bef675df046fa09bfe
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
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
--0015175ce1bef675df046fa09bfe--