Speicher210 / fluffy-po-robot

Command line tool for POEditor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluffy PO Robot

Run the client

View available commands:

docker run --rm --interactive --tty \
    --user 1000:1000 \
    --volume $PWD:/app \
    wingu/fluffy list

Configuration

Run

docker run --rm --interactive --tty \
    --user 1000:1000 \
    --volume $PWD:/app \
    wingu/fluffy init

to initialize the configuration file in an interactive mode.

Example configuration file (poeditor.yaml):

api_token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
project_id: 123456
base_path: relative/path/to/translations
reference_language: en
languages:
    en: en
    de: de
    ro: ro
files:
    - source: validators.en.yaml
      context: validators
      translation: "%original_path%/validators.%language_code%.%file_extension%"

About

Command line tool for POEditor.com

License:MIT License


Languages

Language:PHP 98.8%Language:Dockerfile 1.2%