initial commit
This commit is contained in:
BIN
think.greaterchiangmai.com/resources/lang/.DS_Store
vendored
Normal file
BIN
think.greaterchiangmai.com/resources/lang/.DS_Store
vendored
Normal file
Binary file not shown.
9
think.greaterchiangmai.com/resources/lang/en/global.php
Normal file
9
think.greaterchiangmai.com/resources/lang/en/global.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'menu_home' => 'Home',
|
||||
'menu_about' => 'About us',
|
||||
'menu_category' => 'Categories',
|
||||
'menu_contact' => 'Contact us',
|
||||
'enter_keyword' => 'Search',
|
||||
];
|
||||
10
think.greaterchiangmai.com/resources/lang/th/global.php
Normal file
10
think.greaterchiangmai.com/resources/lang/th/global.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'menu_home' => 'หน้าแรก',
|
||||
'menu_about' => 'เกี่ยวกับเรา',
|
||||
'menu_category' => 'หมวดหมู่',
|
||||
'menu_contact' => 'ติดต่อเรา',
|
||||
'menu_pdpa' => 'นโยบายความเป็นส่วนตัว',
|
||||
'enter_keyword' => 'ค้นหา',
|
||||
];
|
||||
Reference in New Issue
Block a user