Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 556 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 556 Bytes

Translation generation package

Script for autogenerating missing translations from the files of a defined source language to the other languages through the DeepL api

Installation

Normally the api config is derived from .env variables. You can also publish it:

php artisan vendor:publish --provider="BlackLabelBytes\Translations\DeepLTranslationServiceProvider"

Usage

  • Run the php artisan deepl-translate command
  • For the first time setup, follow the insctructions given by the command to set your the DeepL configuration