Skip to content

naranjja/cellTranslate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published