mirror of https://github.com/lxndrblz/anatole.git

Timothée Andres
07.59.2025 e875766eb844963b10b2be143f5c2c47084b13d2
feat: localize table of contents title (#557)

19 files modified
56 ■■■■■ changed files
i18n/ar.toml 3 ●●●●● patch | view | raw | blame | history
i18n/de.toml 3 ●●●●● patch | view | raw | blame | history
i18n/dk.toml 3 ●●●●● patch | view | raw | blame | history
i18n/en.toml 3 ●●●●● patch | view | raw | blame | history
i18n/es.toml 3 ●●●●● patch | view | raw | blame | history
i18n/fa.toml 3 ●●●●● patch | view | raw | blame | history
i18n/fi.toml 3 ●●●●● patch | view | raw | blame | history
i18n/fr.toml 3 ●●●●● patch | view | raw | blame | history
i18n/hu.toml 3 ●●●●● patch | view | raw | blame | history
i18n/id.toml 3 ●●●●● patch | view | raw | blame | history
i18n/it.toml 3 ●●●●● patch | view | raw | blame | history
i18n/ja.toml 3 ●●●●● patch | view | raw | blame | history
i18n/ko.toml 3 ●●●●● patch | view | raw | blame | history
i18n/pt-PT.toml 3 ●●●●● patch | view | raw | blame | history
i18n/pt-br.toml 3 ●●●●● patch | view | raw | blame | history
i18n/tr.toml 3 ●●●●● patch | view | raw | blame | history
i18n/zh-cn.toml 3 ●●●●● patch | view | raw | blame | history
i18n/zh-tw.toml 3 ●●●●● patch | view | raw | blame | history
layouts/partials/toc.html 2 ●●● patch | view | raw | blame | history
i18n/ar.toml
@@ -50,3 +50,6 @@
[related_posts]
other = "مشاركات مماثلة"
[toc]
other = "جدول المحتويات"
i18n/de.toml
@@ -53,3 +53,6 @@
[related_posts]
other = "Ähnliche Beiträge"
[toc]
other = "Inhaltsverzeichnis"
i18n/dk.toml
@@ -49,3 +49,6 @@
[related_posts]
other = "lignende indlæg"
[toc]
other = "Indholdsfortegnelse"
i18n/en.toml
@@ -53,3 +53,6 @@
[related_posts]
other = "Related Posts"
[toc]
other = "Table of contents"
i18n/es.toml
@@ -49,3 +49,6 @@
[related_posts]
other = "Publicaciones similares"
[toc]
other = "Índice"
i18n/fa.toml
@@ -53,3 +53,6 @@
[related_posts]
other = "پست های مشابه"
[toc]
other = "فهرست مطالب"
i18n/fi.toml
@@ -49,3 +49,6 @@
[related_posts]
other = "Vastaavia viestejä"
[toc]
other = "Sisällysluettelo"
i18n/fr.toml
@@ -49,3 +49,6 @@
[related_posts]
other = "Messages similaires"
[toc]
other = "Table des matières"
i18n/hu.toml
@@ -53,3 +53,6 @@
[related_posts]
other = "Hasonló hozzászólások"
[toc]
other = "Tartalomjegyzék"
i18n/id.toml
@@ -53,3 +53,6 @@
[related_posts]
other = "Postingan serupa"
[toc]
other = "Daftar isi"
i18n/it.toml
@@ -49,3 +49,6 @@
[related_posts]
other = "Post simili"
[toc]
other = "Indice dei contenuti"
i18n/ja.toml
@@ -49,3 +49,6 @@
[related_posts]
other = "同様の投稿"
[toc]
other = "目次"
i18n/ko.toml
@@ -53,3 +53,6 @@
[related_posts]
other = "비슷한 게시물"
[toc]
other = "목차"
i18n/pt-PT.toml
@@ -53,3 +53,6 @@
[related_posts]
other = "Posts semelhantes"
[toc]
other = "Índice"
i18n/pt-br.toml
@@ -49,3 +49,6 @@
[related_posts]
other = "Postagens semelhantes"
[toc]
other = "Tabela de conteúdo"
i18n/tr.toml
@@ -53,3 +53,6 @@
[related_posts]
other = "Benzer gönderiler"
[toc]
other = "İçindekiler tablosu"
i18n/zh-cn.toml
@@ -49,3 +49,6 @@
[related_posts]
other = "类似的帖子"
[toc]
other = "目录"
i18n/zh-tw.toml
@@ -49,3 +49,6 @@
[related_posts]
other = "類似的帖子"
[toc]
other = "目錄"
layouts/partials/toc.html
@@ -1,2 +1,2 @@
<h3>Table of Contents</h3>
<h3>{{ T "toc" }}</h3>
{{ .TableOfContents }}