Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

"New products in" always in english ?


Guest

Recommended Posts

Hi,

 

this is Emanuel from Swizerland.

I am new with OSC.

 

I work on a german OSC wich i did not set up myself.

 

In the "New products in" section, "New products in"

is translatet but the month is always in English.

 

I was asked to fix it but i can not find a wrong

setting in admin modul. So i guess there is something

messed up when the shop was set up.

 

Can you give me a hint where i have to serch?

 

 

Thanks Emanuel

Link to comment
Share on other sites

  • 3 weeks later...
  • 2 months later...

@osccoder

 

I take your suggestion and edit the engish file.

That works for me. But the bug exist in German

language that month are english not german.

 

What i can not figure out if there is a language file

for month in every language osc supports and where it is?

 

Best Regards

 

Emanuel

Link to comment
Share on other sites

  • 1 month later...
@osccoder

 

I take your suggestion and edit the engish file.

That works for me. But the bug exist in German

language that month are english not german.

 

What i can not figure out if there is a language file

for month in every language osc supports and where it is?

 

Best Regards

 

Emanuel

 

I had the same problem with spanish language and I solved it changing from @setlocale(LC_TIME, 'sp'); to @setlocale(LC_TIME, 'es_ES.ISO_8859-1'); in includes/languages/espanol.php. As for German, I think you should set it as follow :

// on RedHat try 'de_DE'

// on FreeBSD try 'de_DE.ISO_8859-1'

// on Windows try 'de' or 'German'

@setlocale(LC_TIME, 'de_DE.ISO_8859-1'); //would be the configuration for German in a FreeBSD server.

 

Unfortunately, I didn't solved the proble for euskera (basque language) and if somebody know how to set it, it would be great ;)

 

Thanks

 

Sébastien

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