Refactor project
This commit is contained in:
31
inc/php/resources.php
Normal file
31
inc/php/resources.php
Normal 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',
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user