@sanity/locale-is-is 1.2.2 → 1.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/locale-is-is",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "private": false,
5
5
  "description": "Icelandic / Íslenska locale/translation for Sanity Studio",
6
6
  "keywords": [
package/src/studio.ts CHANGED
@@ -133,6 +133,10 @@ export default removeUndefinedLocaleResources({
133
133
  'calendar.action.set-to-current-time': 'Stilltu á núverandi tíma',
134
134
  /** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */
135
135
  'calendar.action.set-to-time-preset': '{{time}} á {{date, datetime}}',
136
+ /** Aria label for button to open date picker */
137
+ 'calendar.button.aria-label': 'Opna dagatal',
138
+ /** Tooltip content for button to open datetime input */
139
+ 'calendar.button.tooltip-text': 'Veldu dagsetningu',
136
140
  /** Error message displayed in calendar when entered date is not the correct format */
137
141
  'calendar.error.must-be-in-format':
138
142
  'Verður að vera á sniðinu <Emphasis>{{exampleDate}}</Emphasis>',