wip(lab): Work on translation
This commit is contained in:
parent
1066907fd2
commit
491913e288
11 changed files with 218 additions and 235 deletions
|
@ -1,9 +1,10 @@
|
|||
import React from 'react'
|
||||
import DesignIcon from 'shared/components/icons/design.js'
|
||||
import Link from 'next/link'
|
||||
import { useTranslation } from 'next-i18next'
|
||||
|
||||
const PatternPicker = ({ app }) => {
|
||||
const { t } = app
|
||||
const { t } = useTranslation()
|
||||
return (
|
||||
<div className="dropdown">
|
||||
<div tabIndex="0" className={`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue