Added Turkish language support.

This commit is contained in:
dev | HOME 2020-02-25 01:03:19 +03:00
parent e63dce70a9
commit a522619f63
2 changed files with 37 additions and 0 deletions

View file

@ -6,3 +6,4 @@ hi: in
it: it it: it
nl: nl nl: nl
pt-br: br pt-br: br
tr: tr

36
i18n/tr.toml Normal file
View file

@ -0,0 +1,36 @@
# Translations for English
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
#
[translations]
other = "Çeviriler"
[postAvailable]
other = "Ayrıca"
# 404.html
#
[archives]
other = "Arşiv"
[home]
other = "Ana Sayfa"
[notFound]
other = "Sayfa bulunamadı…"
# posts/single.html
#
[readingTime]
one = "Bir dakika"
other = "{{ .Count }} dakika"
[tableOfContents]
other = "İçindekiler"
[wordCount]
one = "One Kelime"
other = "{{ .Count }} Kelime"