View Issue Details

IDProjectCategoryView StatusLast Update
0004928OXID eShop (all versions)4.06. Language and translationspublic2013-08-27 12:52
ReporterLinas Kukulskis Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.3 / 5.0.3 revision 54408 
Target Version4.8.0_5.1.0_beta1 
Summary0004928: Minimize language constant count
Descriptionremove duplication:

example:
'DATE' => "Date",
'DATE_2' => "Date:",

":" move to template;
do it in all similar situations
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2013-02-14 13:32

reporter   ~0008413

also stuff like this:
'HAVE_A_LOOK' => "Have a look!",
'HAVE_A_LOOK_2' => "Have a look!",

Linas Kukulskis

2013-02-14 13:49

reporter   ~0008414

also if it is not duplicated, but with ":", move ":" to tpl
'ADDITIONAL_INFO' => "Additional Info:",

tadas

2013-08-27 12:52

reporter   ~0008991

Made a lot of changes to translations, including the aforementioned suggestions.