Skip to content
forked from nicoder/norwegish

Simple norwegish translator written in go

License

Notifications You must be signed in to change notification settings

li9270/norwegish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Norwegish

Say it with flair, say it in Norwegish.

package main

import (
	"fmt"

	"github.com/kytrinyx/norwegish"
)

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

About

Simple norwegish translator written in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%