2017 © Pedro Peláez
 

library onesky-downloader

Onesky Translations downloader

image

skolodyazhnyy/onesky-downloader

Onesky Translations downloader

  • Monday, March 16, 2015
  • by skolodyazhnyy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Onesky Downloader

A tiny console application that allows you to download dictionaries created with Onesky., (*1)

Usage

Set Onesky API key, secret and project ID in environment variables:, (*2)

export ONESKY_APIKEY=...
export ONESKY_APISECRET=...
export ONESKY_PROJECT=999

Run downloader to get your translation files, (*3)

onesky download
# will create a file  for every sourcefile-locale combination

Available options

  • -l - locale code to download, can be specified multiple times
  • -s - source file to download
  • -o - output filename pattern, by default: [filename].[locale].[extension]

More use cases

Download a single source file, (*4)

onesky download -s messages.xliff 
# will create messages.[locale].xliff for every locale

Download a single file for specific locales, (*5)

onesky download -s messages.xliff -l en -l es
# will create messages.en.xliff and messages.es.xliff

Download a file to specific location, (*6)

onesky download -s messages.xliff -l en -o app/Resources/translations/messages.en.xlf
# will create app/Resources/translations/messages.en.xlf with english translations

Download multiple locales to specific location, (*7)

onesky download -s messages.xliff -l en -o app/Resources/translations/messages.[locale].xlf
# will create app/Resources/translations/messages.[locale].xlf for every available locale

The Versions

16/03 2015

dev-master

9999999-dev

Onesky Translations downloader

  Sources   Download

MIT

The Requires

 

by Sergey Kolodyazhnyy

16/03 2015

1.0.1

1.0.1.0

Onesky Translations downloader

  Sources   Download

MIT

The Requires

 

by Sergey Kolodyazhnyy

15/03 2015

1.0.0

1.0.0.0

Onesky Translations downloader

  Sources   Download

MIT

The Requires

 

by Sergey Kolodyazhnyy