@djangocfg/i18n 2.1.427 → 2.1.429

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/index.d.mts CHANGED
@@ -119,7 +119,7 @@ type I18nTranslationFn = TranslationFn<I18nTranslations>;
119
119
  */
120
120
  interface I18nTranslations {
121
121
  /**
122
- * UI Components (ui-core, ui-nextjs)
122
+ * UI Components (ui-core)
123
123
  */
124
124
  ui: {
125
125
  /** Select/Combobox/MultiSelect components */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djangocfg/i18n",
3
- "version": "2.1.427",
3
+ "version": "2.1.429",
4
4
  "description": "Lightweight i18n library for @djangocfg packages with built-in translations for English, Russian, and Korean",
5
5
  "keywords": [
6
6
  "i18n",
@@ -75,7 +75,7 @@
75
75
  "jiti": "^2.4.2"
76
76
  },
77
77
  "devDependencies": {
78
- "@djangocfg/typescript-config": "^2.1.427",
78
+ "@djangocfg/typescript-config": "^2.1.429",
79
79
  "@types/node": "^25.2.3",
80
80
  "@types/react": "^19.2.15",
81
81
  "eslint": "^9.37.0",
package/src/types.ts CHANGED
@@ -26,7 +26,7 @@ export type I18nTranslationFn = TranslationFn<I18nTranslations>
26
26
  */
27
27
  export interface I18nTranslations {
28
28
  /**
29
- * UI Components (ui-core, ui-nextjs)
29
+ * UI Components (ui-core)
30
30
  */
31
31
  ui: {
32
32
  /** Select/Combobox/MultiSelect components */