View Issue Details

IDProjectCategoryView StatusLast Update
0000681OXID eShop (all versions)4.06. Language and translationspublic2009-03-17 15:26
Reporterphilipp_grashoff Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.1.0 revision 17976 
Summary0000681: content of lang.php is prefered to content in cust_lang.php
DescriptionIf the same identifier is in lang.php and cust_lang.php, the label from lang.php is used.
It should be the other way around: cust_lang.php should be prefered.

Why?
If cust_lang.php is prefered, customers can easily adjust labels in frontend without having to edit lang.php. Like this, updating remains easy. If lang.php was edited, changes would have to be redone with every update.

Example:
lang.php: 'INC_LEFTITEM_PRODUCTSEARCH' =>"Artikelsuche",
cust_lang.php 'INC_LEFTITEM_PRODUCTSEARCH' =>"Artikel finden",

Artikelsuche is displayed.
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

There are no notes attached to this issue.