nicksnyder / go-i18n

Translate your Go program into multiple languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reading lang file embedded

oxodao opened this issue · comments

Hi,

I can't use this library because it reads the translations straight from a path.

My goal is to use pkger to embed them in the binary.

Is there any plan to do a LoadMessageFile function that could work with pkger or any other embedding library ?

Thanks!

Btw, you can now use LoadMessageFileFS