Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 220 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 220 Bytes

Norwegish

Say it with flare, say it in Norwegish.

package main

import (
	"fmt"

	"github.com/kytrinyx/norwegish"
)

func main() {
	fmt.Println(norwegish.Translate("Hello, World!"))
	// "Hellø, Wørld"
}