You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to translate the search box placeholder value but it is in javascript file. I was able to translate other fileds as they are compatible for i18n but searchbox not. The code in javascript is as follows
(geoposition.js line 36): $searchInput = $('<input>', {'type': 'search', 'placeholder': 'Start typing an address …'}),
any idea?