Added Turkish language support.
This commit is contained in:
parent
e63dce70a9
commit
a522619f63
2 changed files with 37 additions and 0 deletions
|
@ -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
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