Add default POT catalogue, don't alias gotext.Get

This commit is contained in:
3wc
2025-08-04 15:10:07 +01:00
committed by decentral1se
parent 8cfda5229f
commit 022606c13c
3 changed files with 14 additions and 6 deletions

View File

@ -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