1
0
Fork 0

chore(plugin-i18n): Linter warning

This commit is contained in:
joostdecock 2024-01-07 17:08:16 +01:00
parent f674b870b9
commit a8e6f39abb

View file

@ -1,7 +1,6 @@
import { name, version } from '../data.mjs' import { name, version } from '../data.mjs'
const translate = (locale, text, t, pattern) => { const translate = (locale, text, t, pattern) => {
let translated = ''
/* /*
* Call oneself recursively if text is an array * Call oneself recursively if text is an array
*/ */