@d3plus/locales 3.1.3 → 3.1.4

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 CHANGED
@@ -52,7 +52,7 @@ Live examples can be found on [d3plus.org](https://d3plus.org/), which includes
52
52
 
53
53
  > **findLocale**(`locale`: `string`): `string`
54
54
 
55
- Defined in: [findLocale.ts:49](https://github.com/d3plus/d3plus/blob/0405c9f5ac264236505d00e38073b163abf830e5/packages/locales/src/findLocale.ts#L49)
55
+ Defined in: [findLocale.ts:49](https://github.com/d3plus/d3plus/blob/28157d056a88c49bd8f644f87e79a19dcedd589b/packages/locales/src/findLocale.ts#L49)
56
56
 
57
57
  Converts a 2-letter language code into a full language-region locale string (e.g., "en" to "en-US").
58
58
 
@@ -74,7 +74,7 @@ Converts a 2-letter language code into a full language-region locale string (e.g
74
74
 
75
75
  > `const` **formatLocale**: `Record`\<`string`, [`FormatLocaleDefinition`](#formatlocaledefinition)\>
76
76
 
77
- Defined in: [dictionaries/formatLocale.ts:17](https://github.com/d3plus/d3plus/blob/0405c9f5ac264236505d00e38073b163abf830e5/packages/locales/src/dictionaries/formatLocale.ts#L17)
77
+ Defined in: [dictionaries/formatLocale.ts:17](https://github.com/d3plus/d3plus/blob/28157d056a88c49bd8f644f87e79a19dcedd589b/packages/locales/src/dictionaries/formatLocale.ts#L17)
78
78
 
79
79
  ***
80
80
 
@@ -84,7 +84,7 @@ Defined in: [dictionaries/formatLocale.ts:17](https://github.com/d3plus/d3plus/b
84
84
 
85
85
  > `const` **locale**: `Record`\<`string`, [`TimeLocaleDefinition`](#timelocaledefinition)\>
86
86
 
87
- Defined in: [dictionaries/timeLocale.ts:39](https://github.com/d3plus/d3plus/blob/0405c9f5ac264236505d00e38073b163abf830e5/packages/locales/src/dictionaries/timeLocale.ts#L39)
87
+ Defined in: [dictionaries/timeLocale.ts:39](https://github.com/d3plus/d3plus/blob/28157d056a88c49bd8f644f87e79a19dcedd589b/packages/locales/src/dictionaries/timeLocale.ts#L39)
88
88
 
89
89
  ***
90
90
 
@@ -94,7 +94,7 @@ Defined in: [dictionaries/timeLocale.ts:39](https://github.com/d3plus/d3plus/blo
94
94
 
95
95
  > `const` **translateLocale**: `Record`\<`string`, [`TranslationStrings`](#translationstrings)\>
96
96
 
97
- Defined in: [dictionaries/translateLocale.ts:21](https://github.com/d3plus/d3plus/blob/0405c9f5ac264236505d00e38073b163abf830e5/packages/locales/src/dictionaries/translateLocale.ts#L21)
97
+ Defined in: [dictionaries/translateLocale.ts:21](https://github.com/d3plus/d3plus/blob/28157d056a88c49bd8f644f87e79a19dcedd589b/packages/locales/src/dictionaries/translateLocale.ts#L21)
98
98
 
99
99
  ## Interfaces
100
100
 
@@ -102,7 +102,7 @@ Defined in: [dictionaries/translateLocale.ts:21](https://github.com/d3plus/d3plu
102
102
 
103
103
  ### FormatLocaleDefinition
104
104
 
105
- Defined in: [dictionaries/formatLocale.ts:6](https://github.com/d3plus/d3plus/blob/0405c9f5ac264236505d00e38073b163abf830e5/packages/locales/src/dictionaries/formatLocale.ts#L6)
105
+ Defined in: [dictionaries/formatLocale.ts:6](https://github.com/d3plus/d3plus/blob/28157d056a88c49bd8f644f87e79a19dcedd589b/packages/locales/src/dictionaries/formatLocale.ts#L6)
106
106
 
107
107
  **`Namespace`**
108
108
 
@@ -113,13 +113,13 @@ A set of default locale formatters used when assigning suffixes and currency in
113
113
 
114
114
  | Property | Type | Defined in |
115
115
  | ------ | ------ | ------ |
116
- | <a id="property-currency"></a> `currency` | \[`string`, `string`\] | [dictionaries/formatLocale.ts:14](https://github.com/d3plus/d3plus/blob/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/packages/locales/src/dictionaries/formatLocale.ts#L10) |
118
- | `delimiters.decimal` | `string` | [dictionaries/formatLocale.ts:12](https://github.com/d3plus/d3plus/blob/0405c9f5ac264236505d00e38073b163abf830e5/packages/locales/src/dictionaries/formatLocale.ts#L12) |
119
- | `delimiters.thousands` | `string` | [dictionaries/formatLocale.ts:11](https://github.com/d3plus/d3plus/blob/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/packages/locales/src/dictionaries/formatLocale.ts#L8) |
116
+ | <a id="property-currency"></a> `currency` | \[`string`, `string`\] | [dictionaries/formatLocale.ts:14](https://github.com/d3plus/d3plus/blob/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/packages/locales/src/dictionaries/formatLocale.ts#L10) |
118
+ | `delimiters.decimal` | `string` | [dictionaries/formatLocale.ts:12](https://github.com/d3plus/d3plus/blob/28157d056a88c49bd8f644f87e79a19dcedd589b/packages/locales/src/dictionaries/formatLocale.ts#L12) |
119
+ | `delimiters.thousands` | `string` | [dictionaries/formatLocale.ts:11](https://github.com/d3plus/d3plus/blob/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/packages/locales/src/dictionaries/formatLocale.ts#L8) |
123
123
 
124
124
  ***
125
125
 
@@ -127,21 +127,21 @@ A set of default locale formatters used when assigning suffixes and currency in
127
127
 
128
128
  ### TimeLocaleDefinition
129
129
 
130
- Defined in: [dictionaries/timeLocale.ts:1](https://github.com/d3plus/d3plus/blob/0405c9f5ac264236505d00e38073b163abf830e5/packages/locales/src/dictionaries/timeLocale.ts#L1)
130
+ Defined in: [dictionaries/timeLocale.ts:1](https://github.com/d3plus/d3plus/blob/28157d056a88c49bd8f644f87e79a19dcedd589b/packages/locales/src/dictionaries/timeLocale.ts#L1)
131
131
 
132
132
  #### Properties
133
133
 
134
134
  | Property | Type | Defined in |
135
135
  | ------ | ------ | ------ |
136
- | <a id="property-date"></a> `date` | `string` | [dictionaries/timeLocale.ts:3](https://github.com/d3plus/d3plus/blob/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/packages/locales/src/dictionaries/timeLocale.ts#L4) |
136
+ | <a id="property-date"></a> `date` | `string` | [dictionaries/timeLocale.ts:3](https://github.com/d3plus/d3plus/blob/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/packages/locales/src/dictionaries/timeLocale.ts#L4) |
145
145
 
146
146
  ***
147
147
 
@@ -149,26 +149,26 @@ Defined in: [dictionaries/timeLocale.ts:1](https://github.com/d3plus/d3plus/blob
149
149
 
150
150
  ### TranslationStrings
151
151
 
152
- Defined in: [dictionaries/translateLocale.ts:1](https://github.com/d3plus/d3plus/blob/0405c9f5ac264236505d00e38073b163abf830e5/packages/locales/src/dictionaries/translateLocale.ts#L1)
152
+ Defined in: [dictionaries/translateLocale.ts:1](https://github.com/d3plus/d3plus/blob/28157d056a88c49bd8f644f87e79a19dcedd589b/packages/locales/src/dictionaries/translateLocale.ts#L1)
153
153
 
154
154
  #### Properties
155
155
 
156
156
  | Property | Type | Defined in |
157
157
  | ------ | ------ | ------ |
158
- | <a id="property-and"></a> `and` | `string` | [dictionaries/translateLocale.ts:2](https://github.com/d3plus/d3plus/blob/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/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/0405c9f5ac264236505d00e38073b163abf830e5/packages/locales/src/dictionaries/translateLocale.ts#L18) |
158
+ | <a id="property-and"></a> `and` | `string` | [dictionaries/translateLocale.ts:2](https://github.com/d3plus/d3plus/blob/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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/28157d056a88c49bd8f644f87e79a19dcedd589b/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",
3
+ "version": "3.1.4",
4
4
  "description": "International localizations for number, date, and UI labels.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/locales v3.1.2
2
+ @d3plus/locales v3.1.3
3
3
  International localizations for number, date, and UI labels.
4
4
  Copyright (c) 2026 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/locales v3.1.2
2
+ @d3plus/locales v3.1.3
3
3
  International localizations for number, date, and UI labels.
4
4
  Copyright (c) 2026 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/locales v3.1.2
2
+ @d3plus/locales v3.1.3
3
3
  International localizations for number, date, and UI labels.
4
4
  Copyright (c) 2026 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/locales v3.1.2
2
+ @d3plus/locales v3.1.3
3
3
  International localizations for number, date, and UI labels.
4
4
  Copyright (c) 2026 D3plus - https://d3plus.org
5
5
  @license MIT