Giter Site home page Giter Site logo

jamovi-i18n's Introduction

jamovi-i18n

installation

The jamovi-i18n requires that you have nodejs installed.

jamovi-i18n can then be installed with the npm command:

sudo npm install -g git+https://[email protected]/jamovi/jamovi-i18n.git

use

Once installed, the jamovi-i18n can simply be invoked

j18n --build

or if the target R package isn't the current directory

j18n --home /path/to/package  --build

what it does

jamovi-i18n creates, updates and compiles translation files.

j18n --create code [--home path]

This will create a new 'code'.po file from the current catalog.pot file and place it in the translations directory.

j18n --build [--home path]

This will create a .json translation file in the build directory for each .po file in the translations directory. The .json translation file uses the jed1.x format. Information about the jed format can be found here. https://messageformat.github.io/Jed/

j18n --update [--home path]

This will extract strings from the code and update the .po files and the manifest.pot file in the translations directory. This will not update the .json files with the updated translations.

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.