From 0df2aa8db86bcad76507d21a7d1842e103f71659 Mon Sep 17 00:00:00 2001 From: Vinat K <47822499+Vinatk@users.noreply.github.com> Date: Sun, 20 Oct 2019 21:31:12 +0100 Subject: [PATCH 1/2] added th.php --- app/config/locale/th.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/config/locale/th.php diff --git a/app/config/locale/th.php b/app/config/locale/th.php new file mode 100644 index 0000000000..cf675d2db4 --- /dev/null +++ b/app/config/locale/th.php @@ -0,0 +1,21 @@ + '"ศิลปะแห่งความฉลาดคือศิลปะแห่งการรู้ว่าจะมองข้ามอะไร"', // This is the line printed in the homepage and console 'view-source' + 'settings.locale' => 'th', + 'settings.direction' => 'ltr', + + // Service - Users + 'auth.emails.team' => '%s ทีม', + 'auth.emails.confirm.title' => 'ยืนยันบัญชี', + 'auth.emails.confirm.body' => th.email.auth.confirm.tpl', + 'auth.emails.recovery.title' => 'รีเซ็ตรหัสผ่าน', + 'auth.emails.recovery.body' => 'th.email.auth.recovery.tpl', + 'auth.emails.invitation.title' => 'ขอเชิญเข้าร่วม %s ทีมที่ %s', + 'auth.emails.invitation.body' => 'th.email.auth.invitation.tpl', + + 'locale.country.unknown' => 'ไม่ทราบ', + + 'countries' => include 'th.countries.php', + 'continents' => include 'th.continents.php', +]; From 1f64f89ff2b54daa2a55437d96b5ec2c4787019d Mon Sep 17 00:00:00 2001 From: Vinat K <47822499+Vinatk@users.noreply.github.com> Date: Sun, 20 Oct 2019 21:52:51 +0100 Subject: [PATCH 2/2] add thai locale #25 --- app/config/locale/th.continents.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/config/locale/th.continents.php diff --git a/app/config/locale/th.continents.php b/app/config/locale/th.continents.php new file mode 100644 index 0000000000..87ec326fa6 --- /dev/null +++ b/app/config/locale/th.continents.php @@ -0,0 +1,10 @@ + 'แอฟริกา', + 'AN' => 'ทวีปแอนตาร์กติกา', + 'AS' => 'เอเชีย', + 'EU' => 'ยุโรป', + 'NA' => 'อเมริกาเหนือ', + 'OC' => 'โอเชียเนีย', + 'SA' => 'อเมริกาใต้', +];