mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(guide/i18n): fix a typo
This commit is contained in:
parent
aa3acc5229
commit
b86815fb5b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ There are two approaches to providing locale rules to Angular:
|
|||
You can pre-bundle the desired locale file with Angular by concatenating the content of the
|
||||
locale-specific file to the end of `angular.js` or `angular.min.js` file.
|
||||
|
||||
For example on *nix, to create a an angular.js file that contains localization rules for german
|
||||
For example on *nix, to create an angular.js file that contains localization rules for german
|
||||
locale, you can do the following:
|
||||
|
||||
`cat angular.js i18n/angular-locale_de-ge.js > angular_de-ge.js`
|
||||
|
|
|
|||
Loading…
Reference in a new issue