Akopia Akopia Services

[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date ][Minivend by thread ]

[ic] 4.6.1 Localiztion has troubles



Dear Mike,

First of all thank you for your kind cooperation so far.

I did some further testing of the localization features of IC and came to 
the conclusion that something is broken in IC4.6.1

Here is what I have:

Locale table:
code en_US de_DE fr_FR nl_NL
ProductFiles products de_products fr_products nl_products
products products de_products fr_products nl_products


Catalog.cfg:
Autoload contains the following line:
$Variable->{MV_DEFAULT_SEARCH_FILE} =  $Config->{ProductFiles};

Contents of flypage:
[item-field sku] - [item-field title]<br>
[item-field comment]<br>

[perl]
         push @out, "<br>ProductFiles: ";
         push @out, join ",", @{$Config->{ProductFiles}};
         push @out, "<br>MV_DEFAULT_SEARCH_FILE: ";
         push @out, join " ", @{$Variable->{MV_DEFAULT_SEARCH_FILE}};
         return join "", @out;
[/perl]

When changing locale to nl_NL with:
http://www.mydomain.com/cgi-bin/construct/process/locale/nl_NL/page/index

All translations with [L][/L] and friends are okay.

However the flypage comes up with wrong information!
The product info comes from table 'products' instead of 'nl_products'.
ProductFiles and MV_DEFAULT_SEARCH_FILE contain the proper value: nl_products

To me this looks like a buggie kind of thing.  But I hope that I am 
mistaken and overlooked something obvious.

Best regards,

Ton



_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users


Search for: Match: Format: Sort by: