Documentation ¶
Index ¶
- func Extract(packName string, paths []string, outFile string) error
- func Fprintf(w io.Writer, key string, args ...interface{}) (n int, err error)
- func Generate(pkgName string, paths []string, outFile string) error
- func Printf(format string, args ...interface{})
- func SetLang(lang interface{})
- func Sprintf(format string, args ...interface{}) string
- func Update(srcFile string, destFile string, flush bool) error
- type Domain
- type Message
- type PluralRule
- type Printer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Printf ¶
func Printf(format string, args ...interface{})
Printf is like fmt.Printf, but using language-specific formatting.
Types ¶
type PluralRule ¶
PluralRule is Plural rule
type Printer ¶
type Printer struct {
// contains filtered or unexported fields
}
Printer is printer
Click to show internal directories.
Click to hide internal directories.