Add locale, en_US, DJ and Database functions.

This commit is contained in:
Cody Cook 2024-04-29 21:16:49 -07:00
commit 5fe1a21b8e
7 changed files with 440 additions and 8 deletions

View file

@ -8,4 +8,6 @@ function loadLocale($lang = 'en_US') {
// Fallback to English if the specified language file does not exist
return require __DIR__ . '/../locale/en_US/messages.php';
}
}