Refactor project

This commit is contained in:
TheAlluringCO
2025-07-10 00:21:08 +02:00
parent 6af2403497
commit bb06ed902b
11 changed files with 81 additions and 86 deletions

31
inc/php/resources.php Normal file
View File

@@ -0,0 +1,31 @@
<?php
function getLanguages(){
return array(
'English',
'Swedish',
'Spanish',
'French',
'German',
'Italian',
'Portuguese',
'Dutch',
'Norwegian',
'Danish',
'Finnish',
'Polish',
'Czech',
'Hungarian',
'Greek',
'Turkish',
'Russian',
'Chinese',
'Japanese',
'Korean',
'Arabic',
'Hebrew',
'Hindi',
'Thai',
'Vietnamese',
);
}