Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 1.9 KB

README.md

File metadata and controls

68 lines (47 loc) · 1.9 KB

Angular language picker

A fork that aims to provide out-of-box solution for selecting languages.

Build Status Commitizen friendly Issue Stats Issue Stats

Home Page with examples

http://blog.chocolatejar.eu/angular-language-picker

Features

Install

bower install azachar/angular-language-picker --save

Development

  • The branch master contains the latest development version

  • The documentation is located in the branch gh-pages

  • To build distribution use this command

  grunt build
  • To include the development live preview into your project use

In the angular-language-picker folder

  bower link
  grunt dev

In your project folder

  bower link angular-language-picker

Releasing

  • Update version in package.json
  • Run
  grunt build
  • Commit and push to the master
  • Tag a new version in the repository
  • Generate changelog
  npm run changelog
  • Commit and push to the master

Want to help ?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for Contributing.