@djangocfg/ext-support 1.0.26 → 1.0.27

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/dist/i18n.d.cts CHANGED
@@ -114,4 +114,32 @@ declare const ru: SupportTranslations;
114
114
 
115
115
  declare const ko: SupportTranslations;
116
116
 
117
- export { type SupportLocalKeys, type SupportTranslations, en, ko, ru, useSupportT };
117
+ declare const ja: SupportTranslations;
118
+
119
+ declare const de: SupportTranslations;
120
+
121
+ declare const fr: SupportTranslations;
122
+
123
+ declare const zh: SupportTranslations;
124
+
125
+ declare const it: SupportTranslations;
126
+
127
+ declare const es: SupportTranslations;
128
+
129
+ declare const nl: SupportTranslations;
130
+
131
+ declare const ar: SupportTranslations;
132
+
133
+ declare const tr: SupportTranslations;
134
+
135
+ declare const ptBR: SupportTranslations;
136
+
137
+ declare const pl: SupportTranslations;
138
+
139
+ declare const sv: SupportTranslations;
140
+
141
+ declare const no: SupportTranslations;
142
+
143
+ declare const da: SupportTranslations;
144
+
145
+ export { type SupportLocalKeys, type SupportTranslations, ar, da, de, en, es, fr, it, ja, ko, nl, no, pl, ptBR, ru, sv, tr, useSupportT, zh };
package/dist/i18n.d.ts CHANGED
@@ -114,4 +114,32 @@ declare const ru: SupportTranslations;
114
114
 
115
115
  declare const ko: SupportTranslations;
116
116
 
117
- export { type SupportLocalKeys, type SupportTranslations, en, ko, ru, useSupportT };
117
+ declare const ja: SupportTranslations;
118
+
119
+ declare const de: SupportTranslations;
120
+
121
+ declare const fr: SupportTranslations;
122
+
123
+ declare const zh: SupportTranslations;
124
+
125
+ declare const it: SupportTranslations;
126
+
127
+ declare const es: SupportTranslations;
128
+
129
+ declare const nl: SupportTranslations;
130
+
131
+ declare const ar: SupportTranslations;
132
+
133
+ declare const tr: SupportTranslations;
134
+
135
+ declare const ptBR: SupportTranslations;
136
+
137
+ declare const pl: SupportTranslations;
138
+
139
+ declare const sv: SupportTranslations;
140
+
141
+ declare const no: SupportTranslations;
142
+
143
+ declare const da: SupportTranslations;
144
+
145
+ export { type SupportLocalKeys, type SupportTranslations, ar, da, de, en, es, fr, it, ja, ko, nl, no, pl, ptBR, ru, sv, tr, useSupportT, zh };