From e875766eb844963b10b2be143f5c2c47084b13d2 Mon Sep 17 00:00:00 2001 From: Timothée Andres <andres.timothee@gmail.com> Date: Sat, 07 Jun 2025 12:59:05 +0000 Subject: [PATCH] feat: localize table of contents title (#557) --- i18n/en.toml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index 948a82d..eb87fa2 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -52,4 +52,7 @@ other = "Posts in this series" [related_posts] -other = "Related Posts" \ No newline at end of file +other = "Related Posts" + +[toc] +other = "Table of contents" -- Gitblit v1.10.0