go-gettext
go-gettext copied to clipboard
Native gettext package for Go
License
I am interested in using this library but it does not have a license specified, so I really don't feel comfortable using it per the information at https://help.github.com/articles/open-source-licensing/. Would you...
Got a redirect page on the original, fixed.
The glob results return an OS-specific string, e.g. "locale\fi_FI\LC_MESSAGE\blah.po" which is unparseable by strings.Split(f, "/"). This translates all platform-specific slashes to actual slashes, so on Windows, it turns them into...