Where are the AngularJS I18n files?

randomguy picture randomguy · Jan 11, 2013 · Viewed 15.4k times · Source

They talk about locale-specific files here http://docs.angularjs.org/guide/i18n but don't mention where to get them (the official AngularJS repo doesn't contain them).

So where does one obtain these locale files?

Answer

Jesús Carrera picture Jesús Carrera · Sep 4, 2014

You can also get them with bower:

bower install angular-i18n

It is the official bower distribution that mirrors the files at https://code.angularjs.org/

More info at https://github.com/angular/bower-angular-i18n