Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2aec37 commit b16bffbCopy full SHA for b16bffb
docs/content/guide/i18n.ngdoc
@@ -53,7 +53,7 @@ There are two approaches to providing locale rules to Angular:
53
You can pre-bundle the desired locale file with Angular by concatenating the content of the
54
locale-specific file to the end of `angular.js` or `angular.min.js` file.
55
56
-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
57
locale, you can do the following:
58
59
`cat angular.js i18n/angular-locale_de-ge.js > angular_de-ge.js`
0 commit comments