Merge pull request #108 from GokhanPolat/Turkish-language-support
Turkish language support has been added.
This commit is contained in:
commit
ced2f28558
2 changed files with 37 additions and 0 deletions
|
@ -6,3 +6,4 @@ hi: in
|
|||
it: it
|
||||
nl: nl
|
||||
pt-br: br
|
||||
tr: tr
|
||||
|
|
36
i18n/tr.toml
Normal file
36
i18n/tr.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue