This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ directive}. Additionally, you can use {@link guide/i18n#messageformat-extension
26
26
All localizable Angular components depend on locale-specific rule sets managed by the {@link
27
27
ng.$locale `$locale` service}.
28
28
29
- There a few examples that showcase how to use Angular filters with various locale rule sets in the
29
+ There are a few examples that showcase how to use Angular filters with various locale rule sets in the
30
30
[`i18n/e2e` directory](https://github.com/angular/angular.js/tree/master/i18n/e2e) of the Angular
31
31
source code.
32
32
@@ -85,7 +85,7 @@ requires German locale, you would serve index_de-de.html which will look somethi
85
85
86
86
Both approaches described above require you to prepare different `index.html` pages or JavaScript
87
87
files for each locale that your app may use. You also need to configure your server to serve
88
- the correct file that correspond to the desired locale.
88
+ the correct file that corresponds to the desired locale.
89
89
90
90
The second approach (including the locale JavaScript file in `index.html`) may be slower because
91
91
an extra script needs to be loaded.
You can’t perform that action at this time.
0 commit comments