feat: msgctxt support

See toolshed/abra#647
See toolshed/xgettext-go#1
This commit is contained in:
2025-09-30 19:07:31 +02:00
parent 0db1ee87fc
commit 033c9bfc13
14 changed files with 125 additions and 28 deletions

View File

@ -20,6 +20,7 @@ var (
Locale = DefaultLocale
_, Mo = LoadLocale()
G = Mo.Get
GC = Mo.GetC
)
func LoadLocale() (string, *gotext.Mo) {