First implementation of CLI tool

This commit is contained in:
Leonel Quinteros
2019-02-15 15:20:42 -03:00
parent ff3209d159
commit 0e382cfe26
8 changed files with 531 additions and 1 deletions

View File

@@ -152,7 +152,7 @@ func (l *Locale) AddTranslator(dom string, tr Translator) {
l.Unlock()
}
// GetDomain is the domain getter for the package configuration
// GetDomain is the domain getter for Locale configuration
func (l *Locale) GetDomain() string {
l.RLock()
dom := l.defaultDomain