brunojk/origin-redis-translator

Laravel/Lumen 的 Redis 翻译器适配器

dev-master 2017-04-12 22:31 UTC

This package is not auto-updated.

Last update: 2024-09-15 01:43:44 UTC


README

新模式键的 Redis 翻译器

// pattern origin.locale.context.key`
$fullkey = 'app.en.default.hello_world';

// usage (normal like laravel/lumen(with helper) default)
$translated = trans($fullkey);