Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-macaron/i18n
Package i18n provides an Internationalization and Localization middleware for Macaron applications
https://github.com/go-macaron/i18n
go i18n lsif-enabled macaron
Last synced: 8 days ago
JSON representation
Package i18n provides an Internationalization and Localization middleware for Macaron applications
- Host: GitHub
- URL: https://github.com/go-macaron/i18n
- Owner: go-macaron
- License: apache-2.0
- Created: 2014-07-15T11:07:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T02:24:58.000Z (almost 4 years ago)
- Last Synced: 2024-06-18T16:54:41.381Z (5 months ago)
- Topics: go, i18n, lsif-enabled, macaron
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 12
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# i18n
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/go-macaron/i18n/Go?logo=github&style=for-the-badge)](https://github.com/go-macaron/i18n/actions?query=workflow%3AGo)
[![codecov](https://img.shields.io/codecov/c/github/go-macaron/i18n/master?logo=codecov&style=for-the-badge)](https://codecov.io/gh/go-macaron/i18n)
[![GoDoc](https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/go-macaron/i18n?tab=doc)
[![Sourcegraph](https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?style=for-the-badge&logo=sourcegraph)](https://sourcegraph.com/github.com/go-macaron/i18n)Package i18n provides an Internationalization and Localization middleware for [Macaron](https://github.com/go-macaron/macaron) applications.
### Installation
go get github.com/go-macaron/i18n
## Getting Help- [API Reference](https://pkg.go.dev/github.com/go-macaron/i18n?tab=doc)
- [Documentation](https://go-macaron.com/middlewares/i18n)## License
This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.