8 lines
172 B
PHP
Executable file
8 lines
172 B
PHP
Executable file
<?php
|
|
|
|
use Venom\Core\Registry;
|
|
|
|
Registry::getInstance()->getLang()->registerLang('de', [
|
|
'HEADLINE' => 'VenomCMS',
|
|
'TEST_TRANSLATION' => 'Das ist ein Test :)',
|
|
]); |