UNPKG
@allurereport/web-allure2
Version:
latest (3.3.1)
3.3.1
3.3.0
3.2.0
3.1.0
3.0.1
3.0.0
3.0.0-beta.27
3.0.0-beta.26
3.0.0-beta.25
3.0.0-beta.24
3.0.0-beta.23
3.0.0-beta.22
3.0.0-beta.21
3.0.0-beta.20
3.0.0-beta.19
3.0.0-beta.18
3.0.0-beta.17
3.0.0-beta.16
3.0.0-beta.15
3.0.0-beta.14
3.0.0-beta.13
3.0.0-beta.12
3.0.0-beta.11
3.0.0-beta.10
3.0.0-beta.9
The static files for Allure Classic Report
@allurereport/web-allure2
/
src
/
helpers
/
t.js
6 lines
(4 loc)
•
153 B
JavaScript
View Raw
1
2
3
4
5
6
import
i18next
from
"@/utils/translation.js"
;
export
default
function
translate
(
key, options
) {
return
i18next.
t
(key, options ? options.
hash
: {}); }