View Issue Details

IDProjectCategoryView StatusLast Update
0004723OXID eShop (all versions)4.06. Language and translationspublic2012-11-22 11:38
Reportermarco_steinhaeuser 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.0 / 5.0.0 revision 51243 
Target VersionFixed in Version4.7.1 / 5.0.1 revision 52468 
Summary0004723: EMAIL_SENDEDNOW_HTML_YUORTEAM
DescriptionPlease make consistent use of %s in values for lang keys, especially when they are newly introduced:

'EMAIL_SENDEDNOW_HTML_YUORTEAM1' => 'Your',
'EMAIL_SENDEDNOW_HTML_YUORTEAM2' => 'team',

shall become

'EMAIL_SENDEDNOW_HTML_YUORTEAM' => 'Your %s team',
TagsNo tags attached.
ThemeAzure
BrowserAll
PHP Versionany
Database Versionany

Relationships

child of 0004728 resolvedtadas Change all "MULTI" constants 

Activities

Linas Kukulskis

2012-11-22 11:38

reporter   ~0007949

improved oxmultilang smarty plugin to support translation with %s (asign arguments)

usage in tpl
[{assign_adv var=foo value=array('some text','some text')}]
[{ oxmultilang ident="PLUS_SHIPPING_MY" args=$foo }]