Skip to content

azachar/angular-language-picker

 
 

Repository files navigation

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.

About

Angular language picker (A fork from Kate Hudson)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 63.1%
  • HTML 34.8%
  • CSS 2.1%