From ae04909394212739e2a9ebe4fae1ce940d37b3a6 Mon Sep 17 00:00:00 2001 From: ADmad Date: Fri, 23 Dec 2016 17:49:48 +0530 Subject: [PATCH] Fix shell name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91e959c..29ac73e 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ I18n::config('default', function ($domain, $locale) { }); ``` -Use can use `ADmad.I18n` shell to extract the translation message from your code +Use can use `ADmad/I18n.I18n` shell to extract the translation message from your code files and populate the translations table. Updating the db records with translations for each language is upto you. Having the messages in a table instead of files make it much to make a web interface for managing translations.