Readded text shortcut

This commit is contained in:
SamTV12345 2024-09-05 18:43:06 +02:00
parent eeaa14f309
commit a907bb06c7

View file

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