Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted
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 [email protected] or 08.6761953

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

Best regards,

Fredi

Posted

OK,

 

I shall do the contribution.

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

Best regards,

Fredi

Posted

Hi All,

 

Shalom aleihem,

 

Link to download: Hebrew language pack 2002

 

New Hebrew language pack to osCommerce 2.2, I shall do and load soon.

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

Best regards,

Fredi

  • 4 years later...
Posted (edited)

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...