Giter Club home page Giter Club logo

i18n-google-sheets-importer's Introduction

i18n-google-sheets-importer

Automatically generate JSON translation files from Google Docs spreadsheets.

Installation

npm i i18n-google-sheets-importer --save-dev

Quick start

Create a Google Sheet spreadsheet in the following format:

Screen Shot 2019-12-20 at 00 56 23

Generate credentials.json file to access the Google Sheets API by following Step 1 from this guide.

Run the following command from the folder where credentials.json file is located:

i18n-google-sheets-importer import-google-sheet --spreadsheetId spreadsheetId

The script will generate translations folder containing files en.json, de.json and es.json.

Nesting is supported, so the above spreadsheet will get converted to a following JSON file (in case of English):

{
  "yes": "Yes",
  "namespace": {
    "hello": "Hello"
  }
}

API

import-google-sheet

i18n-google-sheets-importer import-google-sheet
  --spreadsheetId spreadsheetId
  [--output ./translations]
  [--sheetName Sheet1]
  [--credentials credentials.json]
  [--token token.json]

Generates JSON translation files from a Google Sheet spreadsheet.

Arguments:

  • spreadsheetId (required) - Sheet document ID, can be obtained from the URL: https://docs.google.com/spreadsheets/d/1NYsZowfHbtQqgWWPelYRlDg0OhknpCx2JuL8mE1DSk/edit?usp=sharing
  • output (default: translations) - Path to a folder where JSON files should be saved
  • sheetName (default: Sheet1) - Name of the sheet which contains i18n data
  • credentials (default: ./credentials.json) - Path to file with Google Sheets Node API credentials
  • token (default: ./token.json) - Path to a Google Sheets API token (it will get generated on the first run and it can be reused afterwards)

export-csv

i18n-google-sheets-importer export-csv --input ./translations --output ./translations.csv

Generates a single CSV file from existing JSON files.

Useful if you want to migrate the i18n in an existing project to Google Sheets (the generated CSV can be easily imported in Google Docs).

import-csv

i18n-google-sheets-importer import-csv --input ./translations.csv --output ./translations

Generates JSON translation files from a local CSV file.

License

MIT License

i18n-google-sheets-importer's People

Contributors

mchudy avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.