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