2017 © Pedro Peláez
 

library translations_editor

Translations editor

image

jan-dolata/translations_editor

Translations editor

  • Monday, November 21, 2016
  • by jan-dolata
  • Repository
  • 3 Watchers
  • 0 Stars
  • 319 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

translations_editor

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

Install

Via Composer, (*2)

``` bash $ composer require jan-dolata/translations_editor, (*3)


Add ServiceProvider to `config/app`.

JanDolata\TranslationsEditor\TranslationsEditorServiceProvider::class, (*4)


And publish TranslationsEditor config. ``` bash $ php artisan vendor:publish --provider="JanDolata\TranslationsEditor\TranslationsEditorServiceProvider"

Check config file., (*5)

config/translations_editor.php

Change folder name resources/lang/en to resources/lang/base (for new project)., (*6)

``` bash $ mv resources/lang/en resources/lang/base, (*7)


Add `resources/lang/xx` for all used laguages to `.gitignore`. ex.

/resources/lang/en /resources/lang/de /resources/lang/pl, (*8)


If you need, use seed. Add `TranslationSeeder` in `DatabaseSeeder.php`.

$this->call(JanDolata\TranslationsEditor\Engine\TranslationSeeder::class); ```, (*9)

Done !, (*10)

Usage

Go to .../translation/get to edit your translations lines., (*11)

Before save, backup file will store in storage/app/translations. Check that in .../translation/log page., (*12)

You can add new file to folder lang/base, it will be automatically added in editor., (*13)

Security

If you discover any security related issues, please email jan.dolata.gd@gmail.com instead of using the issue tracker., (*14)

Credits

License

The MIT License (MIT). Please see License File for more information., (*15)

The Versions

21/11 2016

dev-master

9999999-dev https://github.com/jan-dolata/translations_editor

Translations editor

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Dolata

jan-dolata translations_editor

21/11 2016

v1.0.14

1.0.14.0 https://github.com/jan-dolata/translations_editor

Translations editor

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Dolata

jan-dolata translations_editor

21/11 2016

v1.0.13

1.0.13.0 https://github.com/jan-dolata/translations_editor

Translations editor

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Dolata

jan-dolata translations_editor

01/06 2016

v1.0.12

1.0.12.0 https://github.com/jan-dolata/translations_editor

Translations editor

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Dolata

jan-dolata translations_editor

01/06 2016

v1.0.11

1.0.11.0 https://github.com/jan-dolata/translations_editor

Translations editor

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Dolata

jan-dolata translations_editor

17/05 2016

v1.0.10

1.0.10.0 https://github.com/jan-dolata/translations_editor

Translations editor

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Dolata

jan-dolata translations_editor

17/05 2016

v1.0.9

1.0.9.0 https://github.com/jan-dolata/translations_editor

Translations editor

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jan Dolata

jan-dolata translations_editor