package
0.6.6
Repository: https://github.com/cygy/ginamite.git
Documentation: pkg.go.dev

# Functions

Initialize : initalizes the translation engine.
NewEngine : returns a new Engine struct.
Source : returns the raw source string.
Translate : returns the right translate function.

# Variables

Main : main localization engine of the application.

# Structs

Engine :.

# Type aliases

H : shorthand to use map[string]interface{}.
S : shorthand to use map[string]string.