go-html/text_translate_js.go

10 lines
134 B
Go
Raw Permalink Normal View History

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