go-html/text_translate_js.go
Snider fb13048db2
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
fix(html): share pluralisation args across builds
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-15 01:04:48 +01: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
}