Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diareuse/dragapult

i18n consumer & generator for managing translations across Android, iOS and Web
https://github.com/diareuse/dragapult

android gradle-plugin i18n ios localization

Last synced: about 4 hours ago
JSON representation

i18n consumer & generator for managing translations across Android, iOS and Web

Awesome Lists containing this project

README

        

# Setting up Paths

## Windows

``

## Unix

> Please note that the steps below will differ depending on which shell you use.

Find location of the `bin` directory in your downloaded (and extracted) `dragapult-app.zip` file. Good place to put this
in would be probably your home directory (`mkdir ~/.dragapult`).

Thereafter you need to export this path so the shell can find it.

Either once:

```bash
export PATH="$PATH:~/dragapult/bin"
```

Or on every log-on:

```bash
echo "export PATH=\"\$PATH:~/dragapult/bin\"" >> ~/.zshrc
source ~/.zshrc
```