Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    May 2008
    Location
    Ukraine
    Posts
    71
    Plugin Contributions
    0

    Idea or Suggestion How can I change month's names?

    My zen-shop is in Russian, but featured products, or new products use English names for the months. How can I change English month names into Russian ones? I really need this solved. Please help!

    I have the same problem with the product filter. Instead of Russian alphabet I get English one. How can I change that?

    Thank you very much for your answers.

    I have posted the same questions several times already in other topics, but got no answer. I hope someone will write something about solving my problem.
    Zen-cart 1.3.8a
    www.api.kharkov.ua

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: How can I change month's names?

    Have you added Russian Language Pack
    from
    http://www.zen-cart.com/index.php?ma...eyword=russian

  3. #3
    Join Date
    May 2008
    Location
    Ukraine
    Posts
    71
    Plugin Contributions
    0

    Default

    Quote Originally Posted by misty View Post
    Have you added Russian Language Pack
    from
    http://www.zen-cart.com/index.php?ma...eyword=russian
    Yes, I have. I have a fully localized Russian version. I have everything in Russian except months and alphabet.
    Posted via Mobile Device

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: How can I change month's names?

    http://www.zen-cart.com/wiki/index.php/Languages
    Wiki re languages above lists Russian support forum

  5. #5
    Join Date
    Dec 2006
    Location
    Athens - Greece
    Posts
    71
    Plugin Contributions
    0

    Default Re: How can I change month's names?

    elgar,

    Have you tried to change the @setlocale setting in you language php file (Russian.php)?

    Change both admin/includes/languages/Russian/Russian.php and includes/languages/Russian/Russian.php

    George

  6. #6
    Join Date
    Dec 2010
    Posts
    1
    Plugin Contributions
    0

    Default Re: How can I change month's names?

    Same problem like Elgar but with bulgarian translation (with monts like:New Products For December")
    i found in /admin/includes/languages/bulgarian.php defines:

    ...
    define('_DECEMBER', 'Декември');

    and in general.php function:
    function zen_draw_date_selector($prefix, $date='') {
    ...
    $month_array[11] =_NOVEMBER;
    $month_array[12] =_DECEMBER;

    the month appear in:
    define('TABLE_HEADING_NEW_PRODUCTS', 'Нови оферти за %s');
    where the %s must be the current month
    i don't understand from where we get the value of %s
    the bulgarian name for december doesn't appear in place

    Happy Holidays
    Last edited by zigitor; 29 Dec 2010 at 11:16 PM.

 

 

Similar Threads

  1. How can i change the description of the month
    By bebijuteria in forum General Questions
    Replies: 3
    Last Post: 16 Oct 2008, 07:32 PM
  2. how do I change "New Products for 'month' and 'monthly specials for 'month'
    By Fatum in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Mar 2008, 07:08 PM
  3. How can I change currency Names.. dollar, euro etc.?
    By barnamania in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Nov 2006, 08:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg