-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed some missing lang entries #117
Conversation
@Sieg can you have look here, should be an easy pick |
@@ -157,6 +157,7 @@ | |||
'SHOP_THEME_sBackgroundPosHorizontal_right' => 'rechts', | |||
'SHOP_THEME_sBackgroundPosHorizontal_center' => 'zentriert', | |||
'SHOP_THEME_sBackgroundPosVertical' => 'Vertikale Position des Hintergrundbildes', | |||
'SHOP_THEME_sBackgroundPosVertical_left' => 'links', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vertical left? Something is wrong here :)
Use CLICK_HERE in place of currently used missing one. Related #117
Hello @ivoba, I have squashed your commits to be more grouped, and added a line to changelog. I have skipped the last commit regarding the SHOP_THEME_sBackgroundPosVertical_left, as i cannot see any problems regarding this value. We have Horizontal_left key there, anything i have missed? Please write more description how to reproduce the problem if there is one. |
On a fresh install of OXID6 with flow theme i noticed this error:
In the shop there is only CLOSE so this ident is missing.
Replaced missing ADD_RECOMM_ADDRECOMMLINK2 with CLICK_HERE as in azure theme.
Further missing SHOP_THEME_sBackgroundPosVertical_left was added.