@@ -26,9 +26,12 @@ If you find a bug in the source code or a mistake in the documentation, you can
26
26
submitting an issue to our [ GitHub Repository] [ github ] . Even better you can submit a Pull Request
27
27
with a fix.
28
28
29
- *** Localization Issue:*** * Angular.js uses the [ Google Closure I18N library] , to generate its own I18N files. This means that
30
- any changes to these files would be lost the next time that we import the library. The recommended
31
- approach is to submit a patch to the I18N project directly, instead of submitting it here.*
29
+ ** Localization Issues:** Angular.js uses the [ Google Closure I18N library] to generate
30
+ its own I18N files (the ngLocale module). This means that any changes to these files would be lost
31
+ the next time that we import the library.
32
+ Since the Closure library i18n data is itself auto-generated from the data of the
33
+ [ Common Locale Data Repository (CLDR)] project, errors in the data should
34
+ be reported there. See also the [ Closure guide to i18n changes] .
32
35
33
36
** Please see the Submission Guidelines below** .
34
37
@@ -287,5 +290,7 @@ You can find out more detailed information about contributing in the
287
290
[plunker]: http://plnkr.co/edit
288
291
[stackoverflow]: http://stackoverflow.com/questions/tagged/angularjs
289
292
[unit-testing]: https://docs.angularjs.org/guide/unit-testing
293
+ [Common Locale Data Repository (CLDR)]: http://cldr.unicode.org
294
+ [Closure guide to i18n changes]: https://github.com/google/closure-library/wiki/Internationalization-%28i18n%29-changes-in-Closure-Library
290
295
291
296
[](https://github.com/igrigorik/ga-beacon)
0 commit comments