i18n:使用yaml定义本地化文件的简单i18n库
i18n for Go
一个使用yaml定义本地化文件的简单i18n库。
产品特点
层次模型(基于Yaml)
通过分组进行有效访问
缓存创建的实例
缓存上次使用的实例
用法
请参考example包
user :
password :
error :
too-short : "密码太短: %s "
too-simple : 密码不符合规则
package main
import (
"github.com/eightpigs/i18n"
"fmt"
)
func main () {
// Create instances based on de