add lang: cs

This commit is contained in:
xiaomlove
2025-04-20 18:13:46 +07:00
parent ff11c10eab
commit 4166a933e1
150 changed files with 7578 additions and 16 deletions

View File

@@ -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)