mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix #791 missing translation for subtitle_primary
This commit is contained in:
parent
dc4616eecc
commit
e19ef3ab41
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
$lang->admin = 'Admin';
|
||||
$lang->cmd_configure = 'Configure';
|
||||
$lang->subtitle_primary = 'Basic Settings';
|
||||
$lang->subtitle_site_info = 'Site';
|
||||
$lang->subtitle_notification = 'Notifications';
|
||||
$lang->subtitle_security = 'Security';
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
$lang->admin = '관리자';
|
||||
$lang->cmd_configure = '설정하기';
|
||||
$lang->subtitle_primary = '기본 설정';
|
||||
$lang->subtitle_site_info = '사이트 설정';
|
||||
$lang->subtitle_notification = '알림 설정';
|
||||
$lang->subtitle_security = '보안 설정';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue