i18n-google-sheets-importer:从Google Docs电子表格自动生成JSON转换文件

时间:2024-06-05 22:56:05
【文件属性】:

文件名称:i18n-google-sheets-importer:从Google Docs电子表格自动生成JSON转换文件

文件大小:16KB

文件格式:ZIP

更新时间:2024-06-05 22:56:05

i18n googlesheets googledocs TypeScript

i18n-google-sheets-importer 从Google文档电子表格自动生成JSON转换文件。 安装 npm i i18n-google-sheets-importer --save-dev 快速开始 按照以下格式创建Google表格电子表格: 遵循步骤1生成credentials.json以访问Google Sheets API。 从credentials.json文件所在的文件夹中运行以下命令: i18n-google-sheets-importer import-google-sheet --spreadsheetId spreadsheetId 该脚本将生成包含文件en.json , de.json和es.json translations文件夹。 支持嵌套,因此上述电子表格将转换为以下JSON文件(英语): { " yes " : " Yes "


【文件预览】:
i18n-google-sheets-importer-master
----package.json(1024B)
----.prettierrc(51B)
----LICENSE(1KB)
----package-lock.json(22KB)
----src()
--------commands()
--------googleApi.ts(3KB)
--------converter.ts(3KB)
--------index.ts(233B)
----.npmignore(0B)
----tsconfig.json(470B)
----.gitignore(62B)
----README.md(2KB)

网友评论