go-html/text_translate_js.go
Virgil cb75de9bf3
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
feat(html): isolate text translation fallback
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-03 19:22:48 +00:00

9 lines
134 B
Go

//go:build js
// SPDX-Licence-Identifier: EUPL-1.2
package html
func translateDefault(key string, _ ...any) string {
return key
}