A fork that aims to provide out-of-box solution for selecting languages.
http://blog.chocolatejar.eu/angular-language-picker
- Country's flag http://lipis.github.io/flag-icon-css
- Look and feel customization via templates
- Search between languages if there too many to select from
- Based on Bootstrap 3 and UI Bootstrap 0.14
- Based on https://github.com/mozilla/language-mapping-list
bower install azachar/angular-language-picker --save
-
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
- 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 file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for Contributing.