gt icon indicating copy to clipboard operation
gt copied to clipboard

A tiny but powerful Go internationalisation (i18n) library.

Results 2 gt issues
Sort by recently updated
recently updated
newest added

When "es-LA" is defined you can't abbreviate the Origin/Target strings with "es" because it searches for key[:] || key[:2] only (you can do it the other way around though). This...

https://groups.google.com/d/msg/golang-nuts/5XyTts6Rv2w/sYKVIOTxYUUJ For internationalization on the web, or for any case where the process is acting as a server to multiple concurrent clients, your API gets a bit unwieldy, since it...