meteko/databasetranslationprovider

此包最新版本(dev-master)没有可用的许可信息。

dev-master 2020-09-16 07:40 UTC

This package is auto-updated.

Last update: 2024-09-29 05:55:54 UTC


README

标签数据库提供者的工作原型。

目标是,使非开发人员能够轻松翻译标签或类似内容

设置

数据库迁移

存在一个创建翻译表的迁移。运行./flow doctrine:migrate来添加它

使用示例标签填充数据库

运行命令以使用一定数量的英语、丹麦语和德语标签填充表

./flow translation:seed

列出标签

运行命令以列出所选区域的标签(en,da,de)

./flow translation:list --locale en

List of translation specified by a locale

打印单个标签

运行命令以打印单个标签

./flow translation:print --locale en --label hello

已添加一个名为tell_age_with_argument的带参数的标签 - 再次运行命令时包括--arguments选项

./flow translation:print --locale en --label tell_age_with_argument --arguments 4

Print translation by locale and identifier including arguments