mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Almost finished translations
This commit is contained in:
@@ -40,7 +40,11 @@ const Searchbar: FC<Props> = ({ className, id = 'search' }) => {
|
||||
<input
|
||||
id={id}
|
||||
className={s.input}
|
||||
placeholder="Search for products..."
|
||||
placeholder={
|
||||
router.locale === 'en'
|
||||
? 'Search for products...'
|
||||
: 'Cerca Prodotti...'
|
||||
}
|
||||
defaultValue={router.query.q}
|
||||
onKeyUp={handleKeyUp}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user