Add translation system (#85)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
// File Name => Language Name
|
||||
|
||||
$languages = [
|
||||
"en" => "English",
|
||||
"pt" => "Português",
|
||||
]
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user