YTT - (Google Spreadsheet) Translation Tool

Table of Contents

Introduction

Tool that enables you to use Google Docs Spreadsheets as translation dictionaries for your JavaScript Apps. It exports the spreadsheet as multiple .json files. One .json file for each translation / language.

Example

Look at the example Google Docs Spreadsheet over here: https://docs.google.com/spreadsheets/d/14VajlPyV1nfq2vlSwJSzo-mMcG-8C9zGzVpTeO5BdzU/edit The usage is pretty straightforwarded.

java -jar ytt.jar 14VajlPyV1nfq2vlSwJSzo-mMcG-8C9zGzVpTeO5BdzU C:/save/json/files/to/this/folder

As you can see, you have to supply the Tool with 2 arguments. The first one is the Google Docs FileId which can be seen in the example URL: https://docs.google.com/spreadsheets/d/14VajlPyV1nfq2vlSwJSzo-mMcG-8C9zGzVpTeO5BdzU/edit The second one is a valid path to an existing directory, where the Tool will save the translation files.

Video

Download

You can download it here: ytt.zip