Skip to content

Commit 5f7958a

Browse files
authored
added tablePrefix
1 parent abf1e25 commit 5f7958a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Plugin::load('WnkTranslation', ['routes' => true, 'autoload' => true, 'bootstrap
2424
Configure::write('WnkTranslation', [
2525
'default_lang' => 'en', // Language in which the application has been developed
2626
'trans_lang' => ['de','fr','it'], // Languages in which the application should be translated to
27+
'tablePrefix' => '', // optional prefix for database tables
2728
]);
2829
```
2930
### Database

0 commit comments

Comments
 (0)