UNPKG

@allurereport/web-allure2

Version:

The static files for Allure Classic Report

6 lines (4 loc) 153 B
import i18next from "@/utils/translation.js"; export default function translate(key, options) { return i18next.t(key, options ? options.hash : {}); }