Skip to content

Commit

Permalink
added tablePrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
ava007 committed Feb 28, 2018
1 parent abf1e25 commit 5f7958a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Plugin::load('WnkTranslation', ['routes' => true, 'autoload' => true, 'bootstrap
Configure::write('WnkTranslation', [
'default_lang' => 'en', // Language in which the application has been developed
'trans_lang' => ['de','fr','it'], // Languages in which the application should be translated to
'tablePrefix' => '', // optional prefix for database tables
]);
```
### Database
Expand Down

0 comments on commit 5f7958a

Please sign in to comment.