Hi guys, I'm tryin' to sort out this problem for last 2 days with no luck, if anyone could help me with it
I would be very apreciated.
I need to translate over 4000 lines from one language, to other I decided to refresh my php knowledge. I allmost did everything, just after translation, translator add's a (space) after symbol. In example it would be:
original: %d documents expunged.
translated: % d documents expunged.
it's translated from english to english just for example.
Is there any way to delete one character(space) after symbol "%" in result?
I do locate it using
and I want to delete only that space, not all spaces in string.
sometimes % s is not the start of the string, I mean sometimes its in the middle of the string.
I'm using google Gtranslator to do it.
Please help me out.
Marius