- cleaned up some code
- added DataLoader - added assetDir - splitted modules and controller namespace
This commit is contained in:
parent
d3d889dc4c
commit
21977588d8
18 changed files with 263 additions and 41 deletions
8
lang/example.php
Normal file
8
lang/example.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
use Venom\Core\Registry;
|
||||
|
||||
Registry::getInstance()->getLang()->registerLang('de', [
|
||||
'HEADLINE' => 'VenomCMS',
|
||||
'TEST_TRANSLATION' => 'Das ist ein Test :)',
|
||||
]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue