We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf1e25 commit 5f7958aCopy full SHA for 5f7958a
README.md
@@ -24,6 +24,7 @@ Plugin::load('WnkTranslation', ['routes' => true, 'autoload' => true, 'bootstrap
24
Configure::write('WnkTranslation', [
25
'default_lang' => 'en', // Language in which the application has been developed
26
'trans_lang' => ['de','fr','it'], // Languages in which the application should be translated to
27
+ 'tablePrefix' => '', // optional prefix for database tables
28
]);
29
```
30
### Database
0 commit comments