https://github.com/go-aah/i18n
Internalization and Localization library by aah framework
https://github.com/go-aah/i18n
aah aah-framework golang-library i18n
Last synced: about 1 year ago
JSON representation
Internalization and Localization library by aah framework
- Host: GitHub
- URL: https://github.com/go-aah/i18n
- Owner: go-aah
- License: mit
- Created: 2017-03-06T05:40:16.000Z (over 9 years ago)
- Default Branch: v0-edge
- Last Pushed: 2018-06-24T22:49:42.000Z (about 8 years ago)
- Last Synced: 2024-12-28T04:26:32.099Z (over 1 year ago)
- Topics: aah, aah-framework, golang-library, i18n
- Language: Go
- Homepage: https://docs.aahframework.org/i18n.html
- Size: 36.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
i18n by aah framework
i18n library is built to manage and access message from store for internalization and localization.
### News
* `v0.4.0` [released](https://github.com/go-aah/i18n/releases/latest) and tagged on Jun 24, 2018.
## Installation
```bash
go get -u aahframework.org/i18n.v0
```
Visit official website https://aahframework.org to learn more about `aah` framework.