naranjja / cellTranslate

A simple service to translate cells from Excel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌐 cellTranslate

A simple service to translate an entire column from a spreadsheet.


Pre-requisites

Additionally, this service depends on:

You can install these by running setup.cmd and following the instructions.


Usage

  • Place the spreadsheet file inside the input folder
  • Open settings.conf and type in:
    • The project ID (e.g. PROJECT_ID=happy-panda-1234)
    • The name of the spreadsheet file (e.g. FILENAME=sample)
    • The name of the column to translate (e.g. COLUMN=title)
    • The source language (e.g. SOURCE_LANG=en)
    • The target language (e.g. TARGET_LANG=es)
  • Run python translate.py to perform translation
  • Check the output folder for a new spreadsheet with the translated column

About

A simple service to translate cells from Excel

License:MIT License


Languages

Language:Batchfile 51.7%Language:Python 48.3%