1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00

add Thai template (#3)

This commit is contained in:
Vinat K 2019-10-22 16:41:10 +01:00 committed by GitHub
parent 866ffb77ec
commit 99d578c430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,28 @@
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
สวัสดี,
<br />
<br />
เมลนี้ส่งถึงคุณเพราะ <b>{{owner}}</b> ต้องการเชิญคุณเป็นสมาชิกในทีม <b>{{team}}</b> ของ {{project}}.
<br />
<br />
ตามลิงค์นี้เพื่อเข้าร่วม <b>{{team}}</b> ทีม:
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
หากคุณไม่สนใจคุณสามารถละเว้นข้อความนี้
<br />
<br />
ขอบคุณ,
<br />
{{project}} ทีม
</div>