alessiodh/deepltranslator 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

alessiodh/deepltranslator

最新稳定版本:v1.0.3

Composer 安装命令:

composer require alessiodh/deepltranslator

包简介

Will translate all files inside a laravel project using the DeepL API and exports it to the requested language

README 文档

README

Will translate all files inside a laravel project using the DeepL API and exports it to the requested language

Installation

Installation can be done through composer

composer require alessiodh/deepltranslator

Publishing the config file

php artisan vendor:publish --provider="Alessiodh\Deepltranslator\DeeplTranslatorServiceProvider"

Usage

Command

php artisan deepl:translate {from} {to} {--filename} {--json}

Option Description Required
from The from language where the translations will be taken from Yes
to The language you want to translate to Yes
filename In case you want to translate a single file this option can be set No
json In case this flag is set , it will search for json translation files instead of PHP No

The from language files will be retrieved inside /lang/{from}/

Trait

The trait can be used to translate a single string to multiple languages on-the-fly

Examples

Translating all files

php artisan deepl:translate en nl

This command will translate all php files inside the /lang/en directory. If the map nl is not existing, it will create it and put all translations according to the files retrieved from the from language.

Single file

php artisan deepl:translate en nl --filename=auth.php

This will do exactly the same as translating all files but instead will only take 1 file inconsideration.

Trait usage

namespace App\Http\Controllers; use Alessiodh\Deepltranslator\Traits\DeepltranslatorTrait; class MyTestController extends Controller { use DeepltranslatorTrait; public function home(){ $translated = $this->translateString('This is a test', 'en', ['fr','nl','ru']); /*  $translated = [  "fr" => "Il s'agit d'un test",  "nl" => "Dit is een test",  "ru" => "Это тест"  ];  */ } }

Upcoming changes

Currently not all options that Laravel supports are supported inside this package. Following options will be added soon:

  • Pluralization inside translation file
  • Numeric if statements inside the translation
  • Database translations
  • JSON files as translation files instead of PHP

统计信息

  • 总下载量: 11.85k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 12
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 12
  • Watchers: 2
  • Forks: 11
  • 开发语言: PHP

其他信息

  • 授权协议: proprietary
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固