1
0
Fork 0

wip(lab): Work on translation

This commit is contained in:
Joost De Cock 2022-02-07 20:02:28 +01:00
parent 1066907fd2
commit 491913e288
11 changed files with 218 additions and 235 deletions

View file

@ -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={`