mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-16 05:50:55 +08:00
add lang: cs
This commit is contained in:
@@ -139,7 +139,8 @@ if (function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc())
|
||||
function get_langfolder_list()
|
||||
{
|
||||
//do not access db for speed up, or for flexibility
|
||||
return array("en", "chs", "cht", "ko", "ja");
|
||||
// return array("en", "chs", "cht", "ko", "ja");
|
||||
return \App\Models\Language::listAvailable();
|
||||
}
|
||||
|
||||
function printLine($line, $exist = false)
|
||||
|
||||
Reference in New Issue
Block a user