Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Looking for hebrew Translation


ZetLAW

Recommended Posts

i dont know PHP so i can't translate i guess

 

but im still looking for hebeww translation

 

שלום

 

I have a translation for Hebrew.

 

Contact please to e-mail dev@my777.biz or 08.6761953

Support forum for osCommerce in russian language - from Ashkelon. Support since 2002.

Best regards,

Fredi

Link to comment
Share on other sites

  • 4 years later...

today i scripted a little bugfix for the ivirth layout ...

it should work for other RTL languages, like arabic, too:

 

just put this into /includes/classes/boxes.php (... into function infoBoxHeading)

 

global $language;
if ($language == "hebrew" || $language == "arabic")
{
	$rightcorner = "infobox/corner_left.gif";
	$leftcorner = "infobox/corner_right.gif";
}
else
{
	$rightcorner = "infobox/corner_right.gif";
	$leftcorner = "infobox/corner_left.gif";						
}

 

of course you need to change the links to the corner's images to given variable names to make it work.

but only in the rest of the function. working 100% since i found out how to check for language on every page.

Edited by hamudi
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...