Thank you for being a valued part of the CNET community. As of December 1, 2020, the forums are in read-only format. In early 2021, CNET Forums will no longer be available. We are grateful for the participation and advice you have provided to one another over the years.

Thanks,

CNET Support

General discussion

PhP Translator ...

Jul 27, 2007 11:20PM PDT

Hey guys

I am looking for a programme that search php and tells me the Tranlatable sripts.

Thanks,

E.A.

Discussion is locked

- Collapse -
(NT) Translate into what?
Jul 29, 2007 3:21AM PDT
- Collapse -
Not in a language
Jul 29, 2007 4:15AM PDT

I just want a programme that see's the text than Can be translated ...

- Collapse -
(NT) Sorry, don't understand what you want.
Jul 29, 2007 4:47AM PDT
- Collapse -
Example
Aug 1, 2007 7:57PM PDT

Ok,

Imagine i got :

<?php
echo "Hello World";
?>

The programme will tell me that 'Hello World" Can be changed/translated.

- Collapse -
I'm afraid ...
Aug 1, 2007 8:10PM PDT

this is manual work, not something to automate.

If you know it when you start programming, better define all translatable string as constants and group these together in the source. Much easier then.

Kees

- Collapse -
Hmmm ...
Aug 1, 2007 9:32PM PDT

Ok that's not cool ...

It's just that i'm not very good at php though i would like to translate Mods but I can't tell what is to translate ...

- Collapse -
Possibly....
Aug 30, 2007 4:57AM PDT

If you were to get an editor for PHP that highlighted the code, you would know that you needed to translate the words that were not highlighted.