Skip to content

Commit

Permalink
feat: add Persian and Turkish localization files for application mess…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
feelgood1987 committed Nov 30, 2024
1 parent 42e2c74 commit e5c08f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/messages/messages_fa.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
welcome=خوش آمدید
required=الزامی
notFound=یافت نشد
duplicate=قبلا استفاده شده
nonNumeric=باید عددی باشد
duplicateFormSubmission=ارسال تکراری فرم مجاز نیست
typeMismatch.date=تاریخ نامعتبر
typeMismatch.birthDate=تاریخ تولد نامعتبر

9 changes: 9 additions & 0 deletions src/main/resources/messages/messages_tr.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
welcome=hoş geldiniz
required=gerekli
notFound=bulunamadı
duplicate=zaten kullanılıyor
nonNumeric=sadece sayısal olmalıdır
duplicateFormSubmission=Formun tekrar gönderilmesine izin verilmez
typeMismatch.date=geçersiz tarih
typeMismatch.birthDate=geçersiz tarih

0 comments on commit e5c08f8

Please sign in to comment.