brunojk/laravel-origin-redis-translation

用于 Laravel 的 Redis 翻译适配器

dev-master 2016-10-18 19:06 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:53:14 UTC


README

用于新模式键的 Redis 翻译器

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

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