@cat-factory/app 0.100.3 → 0.101.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.
@@ -61,6 +61,16 @@ export default defineI18nConfig(() => ({
61
61
  currency: { style: 'currency', currency: 'USD', currencyDisplay: 'narrowSymbol' },
62
62
  percent: { style: 'percent', maximumFractionDigits: 1 },
63
63
  },
64
+ de: {
65
+ decimal: { style: 'decimal' },
66
+ currency: { style: 'currency', currency: 'USD', currencyDisplay: 'narrowSymbol' },
67
+ percent: { style: 'percent', maximumFractionDigits: 1 },
68
+ },
69
+ it: {
70
+ decimal: { style: 'decimal' },
71
+ currency: { style: 'currency', currency: 'USD', currencyDisplay: 'narrowSymbol' },
72
+ percent: { style: 'percent', maximumFractionDigits: 1 },
73
+ },
64
74
  he: {
65
75
  decimal: { style: 'decimal' },
66
76
  currency: { style: 'currency', currency: 'USD', currencyDisplay: 'narrowSymbol' },
@@ -98,6 +108,14 @@ export default defineI18nConfig(() => ({
98
108
  short: { dateStyle: 'medium' },
99
109
  long: { dateStyle: 'long', timeStyle: 'short' },
100
110
  },
111
+ de: {
112
+ short: { dateStyle: 'medium' },
113
+ long: { dateStyle: 'long', timeStyle: 'short' },
114
+ },
115
+ it: {
116
+ short: { dateStyle: 'medium' },
117
+ long: { dateStyle: 'long', timeStyle: 'short' },
118
+ },
101
119
  he: {
102
120
  short: { dateStyle: 'medium' },
103
121
  long: { dateStyle: 'long', timeStyle: 'short' },