mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
add lang: ja
This commit is contained in:
@@ -14,7 +14,7 @@ $Cache->add_whole_row();
|
||||
begin_main_frame();
|
||||
|
||||
begin_frame($lang_faq['text_welcome_to'].$SITENAME." - ".$SLOGAN);
|
||||
print($lang_faq['text_welcome_content_one'].$lang_faq['text_welcome_content_two']);
|
||||
print($lang_faq['text_welcome_content_one'].sprintf($lang_faq['text_welcome_content_two'], \App\Models\Setting::getSiteName()));
|
||||
end_frame();
|
||||
|
||||
$lang_id = get_guest_lang_id();
|
||||
|
||||
Reference in New Issue
Block a user