package internal

import "github.com/nicksnyder/go-i18n/v2/internal"

Index

Types

type Template

type Template struct {
	Src      string
	Template *gotemplate.Template
	ParseErr *error
}

Template stores the template for a string.

func (*Template) Parse

func (t *Template) Parse(leftDelim, rightDelim string, funcs gotemplate.FuncMap) error

Source Files

template.go

Directories

PathSynopsis
internal/pluralPackage plural provides support for pluralizing messages according to CLDR rules http://cldr.unicode.org/index/cldr-spec/plural-rules
internal/plural/codegen
Version
v2.0.0-beta.7
Published
May 10, 2019
Platform
darwin/amd64
Imports
2 packages
Last checked
4 hours ago

Tools for package owners.