View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006909 | Flow theme | Theme | public | 2018-10-18 15:57 | 2019-04-18 12:18 |
| Reporter | pbenke | Assigned To | |||
| Priority | low | Severity | tweak | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.0.2 | ||||
| Fixed in Version | 3.1.0 | ||||
| Summary | 0006909: Translations errors in flow theme | ||||
| Description | File: 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. | ||||
| Tags | Flow, Languages, Solution Provided | ||||
|
|
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 |
|
|
PR have been merged to the master |