vaersaagod/transmate
Composer 安装命令:
composer require vaersaagod/transmate
包简介
Potato, patate, potet, kartoffel. We're not that different, mate!
README 文档
README
Potato, patate, potet, kartoffel. We're not that different, mate!
Requirements
This plugin requires Craft CMS 5.0.0 or later, and PHP 8.2 or later.
Price, license and support
The plugin is released under the Craft license and could be subject to license fees. It's made for Værsågod and friends, and no support is given. Submitted issues are resolved if it scratches an itch.
Configuration
translator
Which translator backend to use. Accepts either a single translator handle or a per-site map.
Single translator
Use one translator for every site:
'translator' => 'deepl',
Per-site translators
Map site handles to translator handles. The '*' key is required as the
fallback for any site you don't list explicitly:
'translator' => [ '*' => 'deepl', // every site uses DeepL… 'somali' => 'openai', // …except the Somali site, which uses OpenAI ],
This is useful when your default translator doesn't support a language on one of your sites — for example, DeepL doesn't support Somali, so that site falls back to OpenAI.
How a translator is chosen
A translation always involves two sites: the source and the target. An explicit,
site-specific entry always beats the '*' fallback — in either direction. So
with the config above, translating between a DeepL site and the Somali site uses
OpenAI whether you're going Norwegian → Somali or Somali → Norwegian.
Translation pairs
If both sites in a translation resolve to different explicit translators, the plugin can't decide which to use and throws a configuration error. Resolve this with a pair override — two site handles joined by a colon. Pair keys match bidirectionally, so the order doesn't matter:
'translator' => [ '*' => 'deepl', 'somali' => 'openai', 'icelandic' => 'google', 'somali:icelandic' => 'openai', // used for both Somali → Icelandic and Icelandic → Somali ],
Changelog
See CHANGELOG.MD.
Credits
Brought to you by Værsågod
Icon designed by Freepik from Flaticon.
vaersaagod/transmate 适用场景与选型建议
vaersaagod/transmate 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 89 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 03 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 vaersaagod/transmate 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 vaersaagod/transmate 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 89
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2025-03-03