First Commit

This commit is contained in:
2026-08-19 11:22:14 -03:00
commit 8d49b22915
15 changed files with 612 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
include_once 'vendor/autoload.php';
use \Lang\Lang;
Lang::buildStrings("app/");
Lang::getString("module_name", "submodule_a");