2017 © Pedro Peláez
 

library cli-i18n

I18n commands for the CLI of a Ride application

image

ride/cli-i18n

I18n commands for the CLI of a Ride application

  • Friday, October 14, 2016
  • by ride-user
  • Repository
  • 9 Watchers
  • 0 Stars
  • 267 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 2 % Grown

The README.md

Ride: I18n CLI

This module adds various I18n commands to the Ride CLI., (*1)

Commands

locales

This command shows an overview of the defined locales., (*2)

Syntax: locales, (*3)

Alias: l, (*4)

translation

This command shows an overview of the defined translations., (*5)

Syntax: translation <locale> [<query>] - <locale>: Locale of the translation - <query>: Query to search the translations, (*6)

Alias: t, (*7)

translation set

This command sets a translation from the provided locale., (*8)

Syntax: translation set <locale> <key> <translation> - <locale>: Locale of the translation - <key>: Key of the translation - <translation>: Value for the translation, (*9)

Alias: ts, (*10)

translation unset

This command unsets a translation from the provided locale., (*11)

Syntax: translation unset <locale> <key> - <locale>: Locale of the translation - <key>: Key of the translation, (*12)

Alias: tu, (*13)

translation missing

This command makes sure all locales have the same keys defined by adding translation keys which are missing but defined in an other locale., (*14)

Syntax: translation missing, (*15)

Alias: tm, (*16)

Installation

You can use Composer to install this application., (*17)

composer require ride/cli-i18n

The Versions

14/10 2016

dev-master

9999999-dev

I18n commands for the CLI of a Ride application

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

14/10 2016

dev-develop

dev-develop

I18n commands for the CLI of a Ride application

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

14/10 2016

1.0.0

1.0.0.0

I18n commands for the CLI of a Ride application

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd

19/01 2016

0.1.0

0.1.0.0

I18n commands for the CLI of a Ride application

  Sources   Download

MIT

The Requires

 

by Joris Vandeweerd