File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,12 @@ If you find a bug in the source code or a mistake in the documentation, you can
2626submitting an issue to our [ GitHub Repository] [ github ] . Even better you can submit a Pull Request
2727with a fix.
2828
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] .
3235
3336** Please see the Submission Guidelines below** .
3437
@@ -287,5 +290,7 @@ You can find out more detailed information about contributing in the
287290[plunker]: http://plnkr.co/edit
288291[stackoverflow]: http://stackoverflow.com/questions/tagged/angularjs
289292[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
290295
291296[](https://github.com/igrigorik/ga-beacon)
You can’t perform that action at this time.
0 commit comments