mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang: cs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.9.0');
|
||||
defined('RELEASE_DATE') || define('RELEASE_DATE', '2025-04-19');
|
||||
defined('RELEASE_DATE') || define('RELEASE_DATE', '2025-04-20');
|
||||
defined('IN_TRACKER') || define('IN_TRACKER', false);
|
||||
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
|
||||
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");
|
||||
|
||||
@@ -2505,7 +2505,13 @@ foreach (\Nexus\Nexus::getAppendHeaders() as $value) {
|
||||
}
|
||||
?>
|
||||
<script type="text/javascript" src="js/jquery-1.12.4.min.js<?php echo $cssupdatedate?>"></script>
|
||||
<script type="text/javascript">jQuery.noConflict();</script>
|
||||
<script type="text/javascript">
|
||||
jQuery.noConflict();
|
||||
window.nexusLayerOptions = {
|
||||
confirm: {btnAlign: 'c', title: 'Confirm', btn: ['OK', 'Cancel']},
|
||||
alert: {btnAlign: 'c', title: 'Info', btn: ['OK', 'Cancel']}
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="vendor/layer-v3.5.1/layer/layer.js<?php echo $cssupdatedate?>"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -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