Skip to content

Commit

Permalink
Update tr.go
Browse files Browse the repository at this point in the history
Add alphaunicode tag translation
  • Loading branch information
ResulCelik0 committed Sep 4, 2023
1 parent d57b3a8 commit bbbe9f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions translations/tr/tr.go
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,11 @@ func RegisterDefaultTranslations(v *validator.Validate, trans ut.Translator) (er
translation: "{0} yalnızca alfabetik karakterler içerebilir",
override: false,
},
{
tag: "alphaunicode",
translation: "{0} yalnızca alfabetik unicode karakterler içerebilir",
override: false,
},
{
tag: "alphanum",
translation: "{0} yalnızca alfanümerik karakterler içerebilir",
Expand Down

0 comments on commit bbbe9f3

Please sign in to comment.