Add default POT catalogue, don't alias gotext.Get
This commit is contained in:
@ -3,8 +3,6 @@ package lang
|
||||
import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/leonelquinteros/gotext"
|
||||
)
|
||||
|
||||
func GetLocale() string {
|
||||
@ -30,5 +28,3 @@ func NormalizeLocale(loc string) string {
|
||||
|
||||
return loc
|
||||
}
|
||||
|
||||
var T = gotext.Get
|
||||
|
Reference in New Issue
Block a user