sheet-i18n 1.3.13 → 1.3.15

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -756,7 +756,7 @@ Example `sheet.config.json`:
756
756
  - **`spreadsheetId (required)`**: The ID of your Google Spreadsheet.
757
757
  - **`credentials (required)`**: Contains `sheetId`, `clientEmail`, and `privateKey` for API authentication.
758
758
  - **`defaultLocale (required)`**: Default language/locale used in the sheet header.
759
- - **supportedLocales** (optional): List of locales supported in your sheet (default: [defaultLocale]).
759
+ - **`supportedLocales(required)`**: List of locales supported in your sheet (default: [defaultLocale]).
760
760
  - **headerStartRowNumber** (optional): Row number where headers start (default: 1).
761
761
  - **ignoredSheets** (optional): Titles of sheets to exclude from the translation process.
762
762
  - **exportPath** (optional): Directory path to save exported translations based on the current working directory (default: `.`).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sheet-i18n",
3
- "version": "1.3.13",
3
+ "version": "1.3.15",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/chltjdrhd777/sheet-i18n"
@@ -36,13 +36,13 @@
36
36
  },
37
37
  "license": "ISC",
38
38
  "dependencies": {
39
- "@sheet-i18n/exporter": "1.3.8",
40
- "@sheet-i18n/react": "1.0.8"
39
+ "@sheet-i18n/react": "1.0.10",
40
+ "@sheet-i18n/exporter": "1.3.9"
41
41
  },
42
42
  "devDependencies": {
43
43
  "tsup": "^6.0.0",
44
44
  "typescript": "^5.0.0",
45
- "@sheet-i18n/typescript-config": "1.3.7"
45
+ "@sheet-i18n/typescript-config": "1.3.8"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup",