Giter Site home page Giter Site logo

tstudio's Introduction

Crowdin Build Status

translationStudio Desktop

A tool to translate the Bible and Open Bible Stories into your own language. You can read more about the purpose of this project at unfoldingWord.

##Requirements The official development requirements are available at

Additional documentation specific to the desktop platforms is available in the wiki.

##Contributing If you would like to contribute to this project please read the Contributing article in the wiki.

##Quick Start First make sure you have NodeJS installed (choose the Current, not LTS). Then, in your terminal/command line window:

$ npm install -g bower
$ npm install -g gulp

Then fork this repository and clone your fork. After the repository has been cloned to your computer run the following command in the new directory to set up your environment

$ npm install && bower install

##Communicating With Git Server This application uses git version control to keep track of translations. Collaboration between translators can be done through a git server.

In order to communicate with the git server, the application uses the urls given in src/config/giteaUrls.json. Read Gitea's documentation if you need to know more about how it works.

Note: Deleting a project from the desktop UI does not seem to delete the corresponding content on the git server.

In order to test creation of new users and other operations that require api authentication, you can place a file named private.json in src/config/ containing the following:

[
    {
        "name": "gogs-token",
        "value": "<api token goes here>",
        "meta": {
            "mutable": false,
            "type": "string"
        }
    }
]

The api token (application key) for gitea can be created by an administrator.

For more information please read the wiki.

###Commands The following commands are available from within the project directory:

  • $ gulp build --win builds a windows distribution (other available flags are --osx and --linux)
  • $ gulp unittest runs all Mocha unit tests
  • $ gulp unittest --grep [string] runs the Mocha unit tests that match the string
  • $ gulp runs the unittest task
  • $ gulp integrationtest runs all Mocah integration tests
  • $ npm start runs the application (without building it)

Note: Installation of prince, needed for pdf export from the app, was added to the gulp build task.

Note: You can open the Chrome Developer Tools while the app is running by pressing Ctrl+Shift+I on Windows/Linux or Cmd-Shift-I on macOS.

tstudio's People

Contributors

cdwhitfield73 avatar da1nerd avatar tjklemz avatar vleong2332 avatar kbuildsyourdotcom avatar emmittj avatar mangi07 avatar a-gundy avatar jeremymlane avatar jag3773 avatar soccerhand avatar dhager7 avatar

Watchers

 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.