w3lifer/yii2-translator

1.0.0 2024-09-01 12:00 UTC

This package is auto-updated.

Last update: 2024-09-26 17:55:16 UTC


README

安装

composer require w3lifer/yii2-translator

使用

  1. 将此添加到您的应用程序配置中
<?php

return [
    // ...
    'modules' => [
        // ...
        'translator' => [
            'class' => 'w3lifer\yii2\translator\Module',
            'email' => 'john.doe@example.com',
        ],
        // ...
    ],
    // ...
];
  1. 点击此链接: https://example.com/translator