Merge pull request #108 from GokhanPolat/Turkish-language-support

Turkish language support has been added.
This commit is contained in:
Djordje Atlialp 2020-02-25 10:12:54 +01:00 committed by GitHub
commit ced2f28558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 0 deletions

View file

@ -6,3 +6,4 @@ hi: in
it: it
nl: nl
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"