Readded text shortcut (#6634)

This commit is contained in:
SamTV12345 2024-09-05 18:46:46 +02:00 committed by GitHub
parent d22b1d2a4c
commit 504d04d668
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -995,3 +995,9 @@ export default html10n
// @ts-ignore
window.html10n = html10n
// gettext-like shortcut
if (window._ === undefined){
// @ts-ignore
window._ = html10n.get;
}