Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.35 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.35 KB

Internationalization

Build Status Coverage Status Go.Dev reference Go Report Card Release

This package is built on top of text/language and text/message.

$ go get clevergo.tech/i18n

Usage

Checkout example for details.

Integrate with other frameworks

It is easy to integrate with other frameworks by Handler or Middleware, and then retrieves translator in handler by GetTranslator.