View Issue Details

IDProjectCategoryView StatusLast Update
0006909Flow themeThemepublic2019-04-18 12:18
Reporterpbenke Assigned To 
PrioritylowSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.0.2 
Fixed in Version3.1.0 
Summary0006909: Translations errors in flow theme
DescriptionFile: en/theme_options.php
----------------------------------------------------

'SHOP_THEME_blFullwidthLayout' => 'Activate full with layout',
=> Should be:
'SHOP_THEME_blFullwidthLayout' => 'Activate full width layout',

'SHOP_THEME_GROUP_emails' => 'E-Mails',
=> Should be:
'SHOP_THEME_GROUP_emails' => 'Emails',

'SHOP_THEME_sBackgroundRepeat_repeat' => 'Yes, horizontal und vertical',
=> Should be:
'SHOP_THEME_sBackgroundRepeat_repeat' => 'Yes, horizontal and vertical',

'SHOP_THEME_sShoppingLanguage' => 'Google Shopping-Feed Sprache (optional)',
=> Should be:
'SHOP_THEME_sShoppingLanguage' => 'Google Shopping-Feed Language (optional)',

Thanks.
TagsFlow, Languages, Solution Provided

Activities

QA

2018-10-19 08:02

administrator   ~0012646

Thanks for reporting and giving also the corrections. I've made a pull request based on your proposals already: https://github.com/OXID-eSales/flow_theme/pull/132

anton.fedurtsya

2018-10-23 13:02

administrator   ~0012660

PR have been merged to the master