https://github.com/eggheadio/egghead-angular-localization-example
This example demonstrates the angular-localization library.
https://github.com/eggheadio/egghead-angular-localization-example
Last synced: 7 months ago
JSON representation
This example demonstrates the angular-localization library.
- Host: GitHub
- URL: https://github.com/eggheadio/egghead-angular-localization-example
- Owner: eggheadio
- Created: 2014-12-15T23:25:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-15T23:26:15.000Z (over 11 years ago)
- Last Synced: 2024-12-28T11:12:07.727Z (over 1 year ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Simple Localization
A walkthrough of simple i18n localization using the [angular-localization](https://github.com/doshprompt/angular-localization) library.
In order to run this example, we recommend installing a simple http server like [httpster](http://simbco.github.io/httpster/) or [node-static](https://github.com/cloudhead/node-static).
Go ahead and run the server from the root directory of the project. The index page will automatically load with the correct scripts pulled in. Dependencies are managed by bower.
```BASH
cd ROOT_OF_THIS_PROJECT
bower install
httpster
```
This will run a server (by default) at localhost:3333. Contrarily with node-static:
```BASH
cd ROOT_OF_THIS_PROJECT
bower install
static
```
This will run a server (by default) at localhost:8080.
For more information on supported locales, check out [http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx](http://msdn.microsoft.com/en-us/library/ee825488(v=cs.20).aspx)