Add locale, en_US, DJ and Database functions.
This commit is contained in:
parent
67066287fc
commit
5fe1a21b8e
7 changed files with 440 additions and 8 deletions
|
@ -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';
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue