Skip to content

Commit

Permalink
✨ feat(locale): add th locale(Thailand language) (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
izcream authored Jun 3, 2022
1 parent 9940139 commit c7a9d87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/lang/th/texts.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php

return [
'message' => 'เราใช้คุกกี้เพื่อเพิ่มประสบการณ์ในการเยี่ยมชมเว็บไซต์นี้ อณุญาตคุกกี้เพื่อรับประสบการณ์ที่ดีขึ้น',
'agree' => 'ตกลง',
];

0 comments on commit c7a9d87

Please sign in to comment.