leonelquinteros / gotext

Go (Golang) GNU gettext utilities package
Other
432 stars 58 forks source link

Unable to embed translations into the go binary #97

Open llonchj opened 4 months ago

llonchj commented 4 months ago

Please describe your issue

Is this a bug, an improvement, a proposal or something else? Describe it.

bug

What's the expected behaviour, the current behaviour and the steps to reproduce it?

Go embed.FS paths are required. The current NewLocaleFS does not support path attribute.

Comments