wingu/fluffy-po-robot

Command line tool for POEditor.com

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/wingu/fluffy-po-robot

0.10.2 2023-05-10 11:04 UTC

This package is auto-updated.

Last update: 2025-10-09 10:51:57 UTC


README

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%"