Request from work.
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.
npm install
-
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"
-
run script
node parse.js