globalize-rpk 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/CONTRIBUTING.md +5 -0
  2. package/LICENSE +20 -0
  3. package/README.md +818 -0
  4. package/doc/api/core/constructor.md +28 -0
  5. package/doc/api/core/load.md +96 -0
  6. package/doc/api/core/locale.md +43 -0
  7. package/doc/api/currency/currency-formatter.md +196 -0
  8. package/doc/api/currency/currency-to-parts-formatter.md +117 -0
  9. package/doc/api/date/date-formatter.md +203 -0
  10. package/doc/api/date/date-parser.md +60 -0
  11. package/doc/api/date/date-to-parts-formatter.md +176 -0
  12. package/doc/api/date/load-iana-time-zone.md +29 -0
  13. package/doc/api/message/load-messages.md +105 -0
  14. package/doc/api/message/message-formatter.md +208 -0
  15. package/doc/api/number/number-formatter.md +202 -0
  16. package/doc/api/number/number-parser.md +130 -0
  17. package/doc/api/number/number-to-parts-formatter.md +140 -0
  18. package/doc/api/plural/plural-generator.md +84 -0
  19. package/doc/api/relative-time/relative-time-formatter.md +60 -0
  20. package/doc/api/unit/unit-formatter.md +72 -0
  21. package/doc/blog-post/2017-07-xx-1.3.0-announcement.md +177 -0
  22. package/doc/cldr.md +114 -0
  23. package/doc/error/e-default-locale-not-defined.md +9 -0
  24. package/doc/error/e-invalid-cldr.md +14 -0
  25. package/doc/error/e-invalid-par-type.md +12 -0
  26. package/doc/error/e-invalid-par-value.md +11 -0
  27. package/doc/error/e-missing-cldr.md +11 -0
  28. package/doc/error/e-missing-parameter.md +10 -0
  29. package/doc/error/e-missing-plural-module.md +9 -0
  30. package/doc/error/e-par-missing-key.md +11 -0
  31. package/doc/error/e-par-out-of-range.md +13 -0
  32. package/doc/error/e-unsupported.md +10 -0
  33. package/doc/migrating-from-0.x.md +64 -0
  34. package/examples/amd-bower/.bowerrc +7 -0
  35. package/examples/amd-bower/README.md +65 -0
  36. package/examples/amd-bower/bower.json +13 -0
  37. package/examples/amd-bower/index.html +46 -0
  38. package/examples/amd-bower/main.js +141 -0
  39. package/examples/amd-bower/messages/en.json +12 -0
  40. package/examples/amd-bower/package.json +14 -0
  41. package/examples/app-npm-webpack/README.md +74 -0
  42. package/examples/app-npm-webpack/app/index.js +89 -0
  43. package/examples/app-npm-webpack/index-template.html +71 -0
  44. package/examples/app-npm-webpack/messages/ar.json +25 -0
  45. package/examples/app-npm-webpack/messages/de.json +21 -0
  46. package/examples/app-npm-webpack/messages/en.json +21 -0
  47. package/examples/app-npm-webpack/messages/es.json +21 -0
  48. package/examples/app-npm-webpack/messages/pt.json +21 -0
  49. package/examples/app-npm-webpack/messages/ru.json +23 -0
  50. package/examples/app-npm-webpack/messages/zh.json +20 -0
  51. package/examples/app-npm-webpack/package.json +17 -0
  52. package/examples/app-npm-webpack/webpack-config.js +63 -0
  53. package/examples/globalize-compiler/README.md +45 -0
  54. package/examples/globalize-compiler/app.js +58 -0
  55. package/examples/globalize-compiler/development.html +121 -0
  56. package/examples/globalize-compiler/messages.json +12 -0
  57. package/examples/globalize-compiler/package.json +15 -0
  58. package/examples/globalize-compiler/production.html +75 -0
  59. package/examples/node-npm/README.md +57 -0
  60. package/examples/node-npm/main.js +65 -0
  61. package/examples/node-npm/messages/en.json +12 -0
  62. package/examples/node-npm/package.json +10 -0
  63. package/examples/plain-javascript/README.md +81 -0
  64. package/examples/plain-javascript/index.html +445 -0
  65. package/package.json +109 -0
@@ -0,0 +1,5 @@
1
+ Welcome! Thanks for your interest in contributing to Globalize. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](http://contribute.jquery.org). Before writing code for this project, be sure to read [Writing Code for jQuery Foundation Projects](http://contribute.jquery.org/code/).
2
+
3
+ You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](http://contribute.jquery.org/cla).
4
+
5
+ You can find us on [Slack](https://globalizejs.slack.com/). If you're new, [join here](https://join.slack.com/t/globalizejs/shared_invite/enQtMjk4OTUwNzM1Nzk0LTk2YmY0YjY3Yzk4YzU3M2NkMDZjNThlNzcwNTkyNGJhNDhiNjdkMWUyN2Q2MjVmNTk0ZjkyNGQ3MWEyNzNmMWU). If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](http://contribute.jquery.org/open-source/).
package/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ Copyright OpenJS Foundation and other contributors, https://openjsf.org
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.