# Packages
Internationalization implementation using nicksnyder/go-i18n.
# Functions
GetDefaultLanguage returns the default i18n language used.
GetDefaultLocales returns the default locale files.
NewEntry returns a new template entry which is a type for interpolating a string.
# Structs
TemplateEntry is a type which defines variable interpolation key:value pairs which are used to pass dynamic values to the template.
# Interfaces
Localizer is an abstract interface which defines methods to load i18n messages.