@d3plus/locales 3.1.0 → 3.1.1
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.
- package/README.md +43 -40
- package/package.json +3 -2
- package/umd/d3plus-locales.full.js +1 -1
- package/umd/d3plus-locales.full.min.js +1 -1
- package/umd/d3plus-locales.js +1 -1
- package/umd/d3plus-locales.min.js +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @d3plus/locales
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@d3plus/locales)
|
|
4
|
+
[](https://codecov.io/gh/d3plus/d3plus/flags)
|
|
5
|
+
|
|
3
6
|
International localizations for number, date, and UI labels.
|
|
4
7
|
|
|
5
8
|
## Installing
|
|
@@ -49,7 +52,7 @@ Live examples can be found on [d3plus.org](https://d3plus.org/), which includes
|
|
|
49
52
|
|
|
50
53
|
> **findLocale**(`locale`: `string`): `string`
|
|
51
54
|
|
|
52
|
-
Defined in: [findLocale.ts:49](https://github.com/d3plus/d3plus/blob/
|
|
55
|
+
Defined in: [findLocale.ts:49](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/findLocale.ts#L49)
|
|
53
56
|
|
|
54
57
|
Converts a 2-letter language code into a full language-region locale string (e.g., "en" to "en-US").
|
|
55
58
|
|
|
@@ -71,7 +74,7 @@ Converts a 2-letter language code into a full language-region locale string (e.g
|
|
|
71
74
|
|
|
72
75
|
> `const` **formatLocale**: `Record`\<`string`, [`FormatLocaleDefinition`](#formatlocaledefinition)\>
|
|
73
76
|
|
|
74
|
-
Defined in: [dictionaries/formatLocale.ts:17](https://github.com/d3plus/d3plus/blob/
|
|
77
|
+
Defined in: [dictionaries/formatLocale.ts:17](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/formatLocale.ts#L17)
|
|
75
78
|
|
|
76
79
|
***
|
|
77
80
|
|
|
@@ -81,7 +84,7 @@ Defined in: [dictionaries/formatLocale.ts:17](https://github.com/d3plus/d3plus/b
|
|
|
81
84
|
|
|
82
85
|
> `const` **locale**: `Record`\<`string`, [`TimeLocaleDefinition`](#timelocaledefinition)\>
|
|
83
86
|
|
|
84
|
-
Defined in: [dictionaries/timeLocale.ts:39](https://github.com/d3plus/d3plus/blob/
|
|
87
|
+
Defined in: [dictionaries/timeLocale.ts:39](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/timeLocale.ts#L39)
|
|
85
88
|
|
|
86
89
|
***
|
|
87
90
|
|
|
@@ -91,7 +94,7 @@ Defined in: [dictionaries/timeLocale.ts:39](https://github.com/d3plus/d3plus/blo
|
|
|
91
94
|
|
|
92
95
|
> `const` **translateLocale**: `Record`\<`string`, [`TranslationStrings`](#translationstrings)\>
|
|
93
96
|
|
|
94
|
-
Defined in: [dictionaries/translateLocale.ts:21](https://github.com/d3plus/d3plus/blob/
|
|
97
|
+
Defined in: [dictionaries/translateLocale.ts:21](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L21)
|
|
95
98
|
|
|
96
99
|
## Interfaces
|
|
97
100
|
|
|
@@ -99,7 +102,7 @@ Defined in: [dictionaries/translateLocale.ts:21](https://github.com/d3plus/d3plu
|
|
|
99
102
|
|
|
100
103
|
### FormatLocaleDefinition
|
|
101
104
|
|
|
102
|
-
Defined in: [dictionaries/formatLocale.ts:6](https://github.com/d3plus/d3plus/blob/
|
|
105
|
+
Defined in: [dictionaries/formatLocale.ts:6](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/formatLocale.ts#L6)
|
|
103
106
|
|
|
104
107
|
**`Namespace`**
|
|
105
108
|
|
|
@@ -110,13 +113,13 @@ A set of default locale formatters used when assigning suffixes and currency in
|
|
|
110
113
|
|
|
111
114
|
| Property | Type | Defined in |
|
|
112
115
|
| ------ | ------ | ------ |
|
|
113
|
-
| <a id="property-currency"></a> `currency` | \[`string`, `string`\] | [dictionaries/formatLocale.ts:14](https://github.com/d3plus/d3plus/blob/
|
|
114
|
-
| <a id="property-delimiters"></a> `delimiters` | `object` | [dictionaries/formatLocale.ts:10](https://github.com/d3plus/d3plus/blob/
|
|
115
|
-
| `delimiters.decimal` | `string` | [dictionaries/formatLocale.ts:12](https://github.com/d3plus/d3plus/blob/
|
|
116
|
-
| `delimiters.thousands` | `string` | [dictionaries/formatLocale.ts:11](https://github.com/d3plus/d3plus/blob/
|
|
117
|
-
| <a id="property-grouping"></a> `grouping` | `number`[] | [dictionaries/formatLocale.ts:9](https://github.com/d3plus/d3plus/blob/
|
|
118
|
-
| <a id="property-separator"></a> `separator?` | `string` | [dictionaries/formatLocale.ts:7](https://github.com/d3plus/d3plus/blob/
|
|
119
|
-
| <a id="property-suffixes"></a> `suffixes` | `string`[] | [dictionaries/formatLocale.ts:8](https://github.com/d3plus/d3plus/blob/
|
|
116
|
+
| <a id="property-currency"></a> `currency` | \[`string`, `string`\] | [dictionaries/formatLocale.ts:14](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/formatLocale.ts#L14) |
|
|
117
|
+
| <a id="property-delimiters"></a> `delimiters` | `object` | [dictionaries/formatLocale.ts:10](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/formatLocale.ts#L10) |
|
|
118
|
+
| `delimiters.decimal` | `string` | [dictionaries/formatLocale.ts:12](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/formatLocale.ts#L12) |
|
|
119
|
+
| `delimiters.thousands` | `string` | [dictionaries/formatLocale.ts:11](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/formatLocale.ts#L11) |
|
|
120
|
+
| <a id="property-grouping"></a> `grouping` | `number`[] | [dictionaries/formatLocale.ts:9](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/formatLocale.ts#L9) |
|
|
121
|
+
| <a id="property-separator"></a> `separator?` | `string` | [dictionaries/formatLocale.ts:7](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/formatLocale.ts#L7) |
|
|
122
|
+
| <a id="property-suffixes"></a> `suffixes` | `string`[] | [dictionaries/formatLocale.ts:8](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/formatLocale.ts#L8) |
|
|
120
123
|
|
|
121
124
|
***
|
|
122
125
|
|
|
@@ -124,21 +127,21 @@ A set of default locale formatters used when assigning suffixes and currency in
|
|
|
124
127
|
|
|
125
128
|
### TimeLocaleDefinition
|
|
126
129
|
|
|
127
|
-
Defined in: [dictionaries/timeLocale.ts:1](https://github.com/d3plus/d3plus/blob/
|
|
130
|
+
Defined in: [dictionaries/timeLocale.ts:1](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/timeLocale.ts#L1)
|
|
128
131
|
|
|
129
132
|
#### Properties
|
|
130
133
|
|
|
131
134
|
| Property | Type | Defined in |
|
|
132
135
|
| ------ | ------ | ------ |
|
|
133
|
-
| <a id="property-date"></a> `date` | `string` | [dictionaries/timeLocale.ts:3](https://github.com/d3plus/d3plus/blob/
|
|
134
|
-
| <a id="property-datetime"></a> `dateTime` | `string` | [dictionaries/timeLocale.ts:2](https://github.com/d3plus/d3plus/blob/
|
|
135
|
-
| <a id="property-days"></a> `days` | \[`string`, `string`, `string`, `string`, `string`, `string`, `string`\] | [dictionaries/timeLocale.ts:7](https://github.com/d3plus/d3plus/blob/
|
|
136
|
-
| <a id="property-months"></a> `months` | \[`string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`\] | [dictionaries/timeLocale.ts:9](https://github.com/d3plus/d3plus/blob/
|
|
137
|
-
| <a id="property-periods"></a> `periods` | \[`string`, `string`\] | [dictionaries/timeLocale.ts:6](https://github.com/d3plus/d3plus/blob/
|
|
138
|
-
| <a id="property-quarter"></a> `quarter` | `string` | [dictionaries/timeLocale.ts:5](https://github.com/d3plus/d3plus/blob/
|
|
139
|
-
| <a id="property-shortdays"></a> `shortDays` | \[`string`, `string`, `string`, `string`, `string`, `string`, `string`\] | [dictionaries/timeLocale.ts:8](https://github.com/d3plus/d3plus/blob/
|
|
140
|
-
| <a id="property-shortmonths"></a> `shortMonths` | \[`string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`\] | [dictionaries/timeLocale.ts:23](https://github.com/d3plus/d3plus/blob/
|
|
141
|
-
| <a id="property-time"></a> `time` | `string` | [dictionaries/timeLocale.ts:4](https://github.com/d3plus/d3plus/blob/
|
|
136
|
+
| <a id="property-date"></a> `date` | `string` | [dictionaries/timeLocale.ts:3](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/timeLocale.ts#L3) |
|
|
137
|
+
| <a id="property-datetime"></a> `dateTime` | `string` | [dictionaries/timeLocale.ts:2](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/timeLocale.ts#L2) |
|
|
138
|
+
| <a id="property-days"></a> `days` | \[`string`, `string`, `string`, `string`, `string`, `string`, `string`\] | [dictionaries/timeLocale.ts:7](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/timeLocale.ts#L7) |
|
|
139
|
+
| <a id="property-months"></a> `months` | \[`string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`\] | [dictionaries/timeLocale.ts:9](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/timeLocale.ts#L9) |
|
|
140
|
+
| <a id="property-periods"></a> `periods` | \[`string`, `string`\] | [dictionaries/timeLocale.ts:6](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/timeLocale.ts#L6) |
|
|
141
|
+
| <a id="property-quarter"></a> `quarter` | `string` | [dictionaries/timeLocale.ts:5](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/timeLocale.ts#L5) |
|
|
142
|
+
| <a id="property-shortdays"></a> `shortDays` | \[`string`, `string`, `string`, `string`, `string`, `string`, `string`\] | [dictionaries/timeLocale.ts:8](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/timeLocale.ts#L8) |
|
|
143
|
+
| <a id="property-shortmonths"></a> `shortMonths` | \[`string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`, `string`\] | [dictionaries/timeLocale.ts:23](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/timeLocale.ts#L23) |
|
|
144
|
+
| <a id="property-time"></a> `time` | `string` | [dictionaries/timeLocale.ts:4](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/timeLocale.ts#L4) |
|
|
142
145
|
|
|
143
146
|
***
|
|
144
147
|
|
|
@@ -146,26 +149,26 @@ Defined in: [dictionaries/timeLocale.ts:1](https://github.com/d3plus/d3plus/blob
|
|
|
146
149
|
|
|
147
150
|
### TranslationStrings
|
|
148
151
|
|
|
149
|
-
Defined in: [dictionaries/translateLocale.ts:1](https://github.com/d3plus/d3plus/blob/
|
|
152
|
+
Defined in: [dictionaries/translateLocale.ts:1](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L1)
|
|
150
153
|
|
|
151
154
|
#### Properties
|
|
152
155
|
|
|
153
156
|
| Property | Type | Defined in |
|
|
154
157
|
| ------ | ------ | ------ |
|
|
155
|
-
| <a id="property-and"></a> `and` | `string` | [dictionaries/translateLocale.ts:2](https://github.com/d3plus/d3plus/blob/
|
|
156
|
-
| <a id="property-back"></a> `Back` | `string` | [dictionaries/translateLocale.ts:3](https://github.com/d3plus/d3plus/blob/
|
|
157
|
-
| <a id="property-click-to-expand"></a> `Click to Expand` | `string` | [dictionaries/translateLocale.ts:4](https://github.com/d3plus/d3plus/blob/
|
|
158
|
-
| <a id="property-click-to-hide"></a> `Click to Hide` | `string` | [dictionaries/translateLocale.ts:5](https://github.com/d3plus/d3plus/blob/
|
|
159
|
-
| <a id="property-click-to-highlight"></a> `Click to Highlight` | `string` | [dictionaries/translateLocale.ts:6](https://github.com/d3plus/d3plus/blob/
|
|
160
|
-
| <a id="property-click-to-show"></a> `Click to Show` | `string` | [dictionaries/translateLocale.ts:7](https://github.com/d3plus/d3plus/blob/
|
|
161
|
-
| <a id="property-click-to-show-all"></a> `Click to Show All` | `string` | [dictionaries/translateLocale.ts:8](https://github.com/d3plus/d3plus/blob/
|
|
162
|
-
| <a id="property-download"></a> `Download` | `string` | [dictionaries/translateLocale.ts:9](https://github.com/d3plus/d3plus/blob/
|
|
163
|
-
| <a id="property-loading-visualization"></a> `Loading Visualization` | `string` | [dictionaries/translateLocale.ts:10](https://github.com/d3plus/d3plus/blob/
|
|
164
|
-
| <a id="property-more"></a> `more` | `string` | [dictionaries/translateLocale.ts:11](https://github.com/d3plus/d3plus/blob/
|
|
165
|
-
| <a id="property-no-data-available"></a> `No Data Available` | `string` | [dictionaries/translateLocale.ts:12](https://github.com/d3plus/d3plus/blob/
|
|
166
|
-
| <a id="property-powered-by-d3plus"></a> `Powered by D3plus` | `string` | [dictionaries/translateLocale.ts:13](https://github.com/d3plus/d3plus/blob/
|
|
167
|
-
| <a id="property-share"></a> `Share` | `string` | [dictionaries/translateLocale.ts:14](https://github.com/d3plus/d3plus/blob/
|
|
168
|
-
| <a id="property-shiftclick-to-hide"></a> `Shift+Click to Hide` | `string` | [dictionaries/translateLocale.ts:15](https://github.com/d3plus/d3plus/blob/
|
|
169
|
-
| <a id="property-shiftclick-to-highlight"></a> `Shift+Click to Highlight` | `string` | [dictionaries/translateLocale.ts:16](https://github.com/d3plus/d3plus/blob/
|
|
170
|
-
| <a id="property-total"></a> `Total` | `string` | [dictionaries/translateLocale.ts:17](https://github.com/d3plus/d3plus/blob/
|
|
171
|
-
| <a id="property-values"></a> `Values` | `string` | [dictionaries/translateLocale.ts:18](https://github.com/d3plus/d3plus/blob/
|
|
158
|
+
| <a id="property-and"></a> `and` | `string` | [dictionaries/translateLocale.ts:2](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L2) |
|
|
159
|
+
| <a id="property-back"></a> `Back` | `string` | [dictionaries/translateLocale.ts:3](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L3) |
|
|
160
|
+
| <a id="property-click-to-expand"></a> `Click to Expand` | `string` | [dictionaries/translateLocale.ts:4](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L4) |
|
|
161
|
+
| <a id="property-click-to-hide"></a> `Click to Hide` | `string` | [dictionaries/translateLocale.ts:5](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L5) |
|
|
162
|
+
| <a id="property-click-to-highlight"></a> `Click to Highlight` | `string` | [dictionaries/translateLocale.ts:6](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L6) |
|
|
163
|
+
| <a id="property-click-to-show"></a> `Click to Show` | `string` | [dictionaries/translateLocale.ts:7](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L7) |
|
|
164
|
+
| <a id="property-click-to-show-all"></a> `Click to Show All` | `string` | [dictionaries/translateLocale.ts:8](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L8) |
|
|
165
|
+
| <a id="property-download"></a> `Download` | `string` | [dictionaries/translateLocale.ts:9](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L9) |
|
|
166
|
+
| <a id="property-loading-visualization"></a> `Loading Visualization` | `string` | [dictionaries/translateLocale.ts:10](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L10) |
|
|
167
|
+
| <a id="property-more"></a> `more` | `string` | [dictionaries/translateLocale.ts:11](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L11) |
|
|
168
|
+
| <a id="property-no-data-available"></a> `No Data Available` | `string` | [dictionaries/translateLocale.ts:12](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L12) |
|
|
169
|
+
| <a id="property-powered-by-d3plus"></a> `Powered by D3plus` | `string` | [dictionaries/translateLocale.ts:13](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L13) |
|
|
170
|
+
| <a id="property-share"></a> `Share` | `string` | [dictionaries/translateLocale.ts:14](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L14) |
|
|
171
|
+
| <a id="property-shiftclick-to-hide"></a> `Shift+Click to Hide` | `string` | [dictionaries/translateLocale.ts:15](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L15) |
|
|
172
|
+
| <a id="property-shiftclick-to-highlight"></a> `Shift+Click to Highlight` | `string` | [dictionaries/translateLocale.ts:16](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L16) |
|
|
173
|
+
| <a id="property-total"></a> `Total` | `string` | [dictionaries/translateLocale.ts:17](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L17) |
|
|
174
|
+
| <a id="property-values"></a> `Values` | `string` | [dictionaries/translateLocale.ts:18](https://github.com/d3plus/d3plus/blob/fe174c3153bf379a226e4a41b6a8492a86c3a1b7/packages/locales/src/dictionaries/translateLocale.ts#L18) |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d3plus/locales",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "International localizations for number, date, and UI labels.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"build:types": "tsc",
|
|
40
40
|
"build:umd": "node ../../scripts/build-umd.js",
|
|
41
41
|
"dev": "node ../../scripts/dev.js",
|
|
42
|
-
"test": "eslint index.ts src/**/*.ts && eslint --global=it test && mocha 'test/**/*-test.js'"
|
|
42
|
+
"test": "eslint index.ts src/**/*.ts && eslint --global=it test && mocha 'test/**/*-test.js'",
|
|
43
|
+
"test:coverage": "c8 -r text -r lcov --src src mocha 'test/**/*-test.js'"
|
|
43
44
|
}
|
|
44
45
|
}
|
package/umd/d3plus-locales.js
CHANGED