Skip to content

Commit

Permalink
version bump to v0.4.0 and readme update for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Jun 24, 2018
1 parent 1a101e4 commit 75d1605
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
# i18n - aah framework
[![Build Status](https://travis-ci.org/go-aah/i18n.svg?branch=master)](https://travis-ci.org/go-aah/i18n) [![codecov](https://codecov.io/gh/go-aah/i18n/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/i18n/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/i18n.v0)](https://goreportcard.com/report/aahframework.org/i18n.v0) [![Version](https://img.shields.io/badge/version-0.3-blue.svg)](https://github.com/go-aah/i18n/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/i18n.v0?status.svg)](https://godoc.org/aahframework.org/i18n.v0) [![License](https://img.shields.io/github/license/go-aah/i18n.svg)](LICENSE)

***v0.3 [released](https://github.com/go-aah/i18n/releases/latest) and tagged on Aug 14, 2017***
<p align="center">
<img src="https://cdn.aahframework.org/assets/img/aah-logo-64x64.png" />
<h2 align="center">i18n by aah framework</h2>
</p>
<p align="center">
<p align="center"><a href="https://travis-ci.org/go-aah/i18n"><img src="https://travis-ci.org/go-aah/i18n.svg?branch=master" alt="Build Status"></a> <a href="https://codecov.io/gh/go-aah/i18n/branch/master"><img src="https://codecov.io/gh/go-aah/i18n/branch/master/graph/badge.svg" alt="Code Coverage"></a> <a href="https://goreportcard.com/report/aahframework.org/i18n.v0"><img src="https://goreportcard.com/badge/aahframework.org/i18n.v0" alt="Go Report Card"></a> <a href="https://github.com/go-aah/i18n/releases/latest"><img src="https://img.shields.io/badge/version-0.4.0-blue.svg" alt="Release Version"></a> <a href="https://godoc.org/aahframework.org/i18n.v0"><img src="https://godoc.org/aahframework.org/i18n.v0?status.svg" alt="Godoc"></a> <a href="https://twitter.com/aahframework"><img src="https://img.shields.io/badge/[email protected]" alt="Twitter @aahframework"></a></p>
</p>

i18n library is built to manage and access message from store for internalization and localization.

*`i18n` developed for aah framework. However, it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
### News

* `v0.4.0` [released](https://github.com/go-aah/i18n/releases/latest) and tagged on Jun 24, 2018.

## Installation

# Installation
#### Stable Version - Production Ready
```sh
# install the library
```bash
go get -u aahframework.org/i18n.v0
```

Visit official website https://aahframework.org to learn more.
Visit official website https://aahframework.org to learn more about `aah` framework.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Jeevanandam M. (https://github.com/jeevatkm)
// go-aah/i18n source code and usage is governed by a MIT style
// aahframework.org/i18n source code and usage is governed by a MIT style
// license that can be found in the LICENSE file.

package i18n

// Version no. of aah framework i18n library
const Version = "0.4.0-edge"
const Version = "0.4.0"

0 comments on commit 75d1605

Please sign in to comment.