2017 © Pedro Peláez
 

fuel-package fuelphp

Languara localization plugin for FuelPHP 1.x. Easily upload, translate, and synchronize your language content using Languara's Cloud Based Translation Management Platform.

image

languara/fuelphp

Languara localization plugin for FuelPHP 1.x. Easily upload, translate, and synchronize your language content using Languara's Cloud Based Translation Management Platform.

  • Sunday, January 17, 2016
  • by drongen
  • Repository
  • 3 Watchers
  • 2 Stars
  • 150 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Languara Plugin for FuelPHP

Install

Add languara plugin information to your composer.json file:, (*1)


php composer.phar require languara/fuelphp

or, (*2)


"require": {
  "languara/fuelphp": "1.0.*@dev"
}

Use composer to install this package., (*3)


$ composer update

Register the pakcage

Add the package to the autoload array in fuel/app/config/config.php:, (*4)


'always_load'  => array(
    'packages'  => array(
      // .....
      'languara'
    )
)

Configure the Package

Optionally if you want to use the GUI pull and push from the GUI on http://languara.com add these 2 routes to your fuel/app/config/routes.php:, (*5)


'languara/push' => function(){
    return (new \Languara\Wrapper\LanguaraWrapper())->push();
},
'languara/pull' => function(){
    return (new \Languara\Wrapper\LanguaraWrapper())->pull();
},

Usage

Execute this command to see a list of available commands in your commandline:, (*6)


$ php oil r languara

Or you can check the commands and their usage here:, (*7)


$ php oil r languara:translate [options]

to translate the texts you already have in your lang directory. You can also select the type of translation you want to perform, Machine or Human. It's set to machine by default., (*8)


$ php oil r languara:pull

to download your content from Languara to your app., (*9)


$ php oil r languara:push

to upload your content from your app to Languara., (*10)


$ php oil r languara:connect

to connect your plugin with a project on languara.com, (*11)


$ php oil r languara:register

to register a new user on languara.com, (*12)

The Versions

17/01 2016

dev-master

9999999-dev https://languara.com/localization/fuelphp

Languara localization plugin for FuelPHP 1.x. Easily upload, translate, and synchronize your language content using Languara's Cloud Based Translation Management Platform.

  Sources   Download

MIT

The Requires

 

by Languara Development Team

translation i18n internationalization localization translate fuelphp l10n localize languara internationalize

17/01 2016

v1.1.2

1.1.2.0 https://languara.com/localization/fuelphp

Languara localization plugin for FuelPHP 1.x. Easily upload, translate, and synchronize your language content using Languara's Cloud Based Translation Management Platform.

  Sources   Download

MIT

The Requires

 

by Languara Development Team

translation i18n internationalization localization translate fuelphp l10n localize languara internationalize

17/01 2016

v1.1.1

1.1.1.0 https://languara.com/localization/fuelphp

Languara localization plugin for FuelPHP 1.x. Easily upload, translate, and synchronize your language content using Languara's Cloud Based Translation Management Platform.

  Sources   Download

MIT

The Requires

 

by Languara Development Team

translation i18n internationalization localization translate fuelphp l10n localize languara internationalize

26/11 2015

v1.1

1.1.0.0 https://languara.com/localization/fuelphp

Languara localization plugin for FuelPHP 1.x. Easily upload, translate, and synchronize your language content using Languara's Cloud Based Translation Management Platform.

  Sources   Download

MIT

The Requires

 

by Languara Development Team

translation i18n internationalization localization translate fuelphp l10n localize languara internationalize

22/05 2015

v1.0

1.0.0.0 https://languara.com/localization/fuelphp

Languara localization plugin for FuelPHP 1.x. Easily upload, translate, and synchronize your language content using Languara's Cloud Based Translation Management Platform.

  Sources   Download

MIT

The Requires

 

by Languara Development Team

translation i18n internationalization localization translate fuelphp l10n localize languara internationalize