Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 938a937

Browse files
author
kahverengi
committed
Add Turkish lang in MailUtil
1 parent dd25742 commit 938a937

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/kotlin/com/parnote/util/MailUtil.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ object MailUtil {
2626
LangType.TR to mapOf<String, Any>(
2727
"subject" to "E-Mail Aktivasyonu",
2828
"template-params" to JsonObject()
29+
.put("page-title", "Hesap Aktivasyonu")
30+
.put("title", "E-Posta Adresini Doğrula")
31+
.put("description", "Hesabınızda oturum açmak için bu e-posta adresini doğrulamanız gerekir.")
32+
.put("button-text", "E-posta Adresimi Doğrula")
2933
),
3034
LangType.EN to mapOf<String, Any>(
3135
"subject" to "E-Mail Verification",
@@ -57,6 +61,10 @@ object MailUtil {
5761
LangType.TR to mapOf<String, Any>(
5862
"subject" to "Şifre Sıfırla",
5963
"template-params" to JsonObject()
64+
.put("page-title", "Şifre Sıfırlama")
65+
.put("title", "Şifre Sıfırlama")
66+
.put("description", "Bu isteği siz yapmadıysanız, lütfen bu e-postayı dikkate almayın.")
67+
.put("button-text", "Şifremi Sıfırla")
6068
),
6169
LangType.EN to mapOf<String, Any>(
6270
"subject" to "Reset Password",

0 commit comments

Comments
 (0)