chaos_coa Posted April 24, 2009 Posted April 24, 2009 Hi - I have looked for the answer to this but did not find it. My site is in English and Russian What I am asking about is the text under the shopping cart icon on the home page. It works correctly in English - either 0 items when there is nothing in the cart - and 1 items when something is added in the cart. In russian however, it displays correctly when you have zero items in the cart - but when you add items it says in russian: This is translated of course :D "1 your cart is empty" "2 your cart is empty" "3 your cart is empty" etc (never saying 1 items in russian) I looked in includes\languages\russian\shopping_cart.php but do not see the text that is being used there in Russian. I see the text used in define('TEXT_CART_EMPTY' but that is not what is displaying there Where do I find that text so I can correct it? Cheers!
chaos_coa Posted April 24, 2009 Author Posted April 24, 2009 I found it! :huh: In Includes - languages russian.php Changed it here: define('BOX_SHOPPING_CART_EMPTY', 'new word here');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.