Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #55 from panter/docs/readme-links
Browse files Browse the repository at this point in the history
docs: fix links in readme
  • Loading branch information
claudiocro authored Jan 23, 2019
2 parents e17b535 + ccecfe4 commit c0a66b1
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,20 @@

**vue-i18next** is the vue support for i18next and provides:

* Component based localization
* Component interpolation
* Lazy load namespaces
* Namespaced translation for components
- Component based localization
- Component interpolation
- Lazy load namespaces
- Namespaced translation for components

### Requirements

* vue >= **2.0.0**
* i18next >= **6.0.1**

- vue >= **2.0.0**
- i18next >= **6.0.1**

## Documentation

See [here](http://panter.github.io/vue-i18next/)


## Init

```javascript
Expand Down Expand Up @@ -54,16 +52,13 @@ new Vue({

Detailed changes for each release are documented in the [releases](https://github.com/panter/vue-i18next/releases).


## Issues

Please make sure to read the [Issue Reporting Checklist](https://github.com/@panter/vue-i18next/master/CONTRIBUTING.md##using-the-issue-tracker) before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Please make sure to read the [Issue Reporting Checklist](https://github.com/panter/vue-i18next/blob/master/CONTRIBUTING.md##using-the-issue-tracker) before opening an issue. Issues not conforming to the guidelines may be closed immediately.

## Contribution

Please make sure to read the [Contributing Guide](https://github.com/@panter/vue-i18next/master/CONTRIBUTING.md) before making a pull request.

Please make sure to read the [Contributing Guide](https://github.com/panter/vue-i18next/blob/master/CONTRIBUTING.md) before making a pull request.

## License

Expand Down

0 comments on commit c0a66b1

Please sign in to comment.