Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8dc08fb

Browse files
committed
docs(CONTRIBUTING): clarify guidelines for ngLocale changes
1 parent 7477fbe commit 8dc08fb

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CONTRIBUTING.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ If you find a bug in the source code or a mistake in the documentation, you can
2626
submitting an issue to our [GitHub Repository][github]. Even better you can submit a Pull Request
2727
with 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
[![Analytics](https://ga-beacon.appspot.com/UA-8594346-11/angular.js/CONTRIBUTING.md?pixel)](https://github.com/igrigorik/ga-beacon)

0 commit comments

Comments
 (0)