Skip to content

Kevinwuu/MultiLang-GSheetToJSON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiLang-GSheetToJSON

Request from work.

Feature

Using Google Sheets to store multilingual data allows PMs, writers, and other relevant personnel to operate and use it more effectively.

Through this project, Google Sheets can be parsed into a JSON file that meets the project's requirements, enabling the use of i18n functionality.

Installation

npm install

Usage

  1. modify .env.example file to .env and add your google spread sheet id into the file

    ## https://docs.google.com/spreadsheets/d/<spreadsheetId>/edit#gid=<sheetId>
    SPREADSHEET_ID="your-id"
  2. run script

    node parse.js

Source File

My demo Google Sheet

About

Google sheet多國語言文件轉JSON

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published