5 users online. Create an account or sign in to join them.Users
Translate Navigation Hooks
This is an open discussion with 2 replies, filed under Extensions.
Search
You can fix this in the respective extension:
- Open
extension.driver.php. - Find the
fetchNavigation()function. - Replace
'location' => 'Blueprints'with'location' => __('Blueprints').
Oh, sorry for asking… that was actually a no brainer. Thanks. :-)
Create an account or sign in to comment.
Hey, I’ve noticed that certain extensions (such as Rowan Lewis’ Globalresourceloader) don’t seem to recognise a translated backend, still hooking onto “Blueprints” instead of “Blaupausen”.
Is there a way to fix this/put this in the
lang/lang.de.phpfile?