sheet-i18n 1.8.0-canary.7 → 1.8.0-canary.9

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -505,7 +505,7 @@ The `StorageBasedIntlProvider` provides **persistent translation settings** that
505
505
  #### **Setup for CSR Interpolation**
506
506
 
507
507
  ```tsx
508
- // i18nContext.tsx
508
+ // i18nContext.ts
509
509
  import { createI18nContext } from '@sheet-i18n/react';
510
510
  import { i18nStore } from './i18nStore';
511
511
 
@@ -694,7 +694,7 @@ Just run the init command and you’re ready to use `useTranslation()` in your c
694
694
  ├── 📄 sheet.config.json # CLI configuration file (contains Google Sheet credentials & options)
695
695
  └── 📁 src/
696
696
  └── 📁 i18n/
697
- ├── 📄 i18nContext.tsx # React context for IntlProvider, useTranslation, and getTranslation
697
+ ├── 📄 i18nContext.ts # React context for IntlProvider, useTranslation, and getTranslation
698
698
  ├── 📄 i18nStore.ts # Initializes I18nStore with supported locales and translation data
699
699
  ├── 📄 en.json # Placeholder for English translation strings
700
700
  └── 📄 ko.json # Placeholder for Korean translation strings
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sheet-i18n",
3
3
  "description": "All-in-one i18n toolchain: seamlessly integrate Google Sheets, CLI, and react-i18n for easy translation workflows.",
4
- "version": "1.8.0-canary.7",
4
+ "version": "1.8.0-canary.9",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/chltjdrhd777/sheet-i18n"
@@ -45,7 +45,7 @@
45
45
  "license": "ISC",
46
46
  "homepage": "https://github.com/chltjdrhd777/sheet-i18n",
47
47
  "dependencies": {
48
- "@sheet-i18n/react": "1.5.0-canary.7",
48
+ "@sheet-i18n/react": "1.5.0-canary.9",
49
49
  "@sheet-i18n/importer": "1.8.0-canary.0"
50
50
  },
51
51
  "devDependencies": {