Skip to content

rubenv/angular-gettext-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
js
 
 
po
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Angular-gettext TodoMVC Example

This is an example of how to use angular-gettext, based on TodoMVC.

Things to watch out for:

  • Added angular-gettext to bower.json.
  • Added a Gruntfile to extract and compile translations.
  • Added a language switcher.
  • Annotated the views to add translation support.
  • Added translations in the po folder.

Full usage instructions can be found at http://angular-gettext.rocketeer.be/.


Original README below:

AngularJS TodoMVC Example

HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.

AngularJS - angularjs.org

Learning AngularJS

The AngularJS website is a great resource for getting started.

Here are some links you may find helpful:

Articles and guides from the community:

Get help from other AngularJS users:

If you have other helpful links to share, or find any of the links above no longer work, please let us know.

About

TodoMVC with angular-gettext added to it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published