diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-08-04 10:17:49 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-08-04 10:19:36 +0700 |
commit | cf91ff39630cead0fad16c16858405b3efbe7994 (patch) | |
tree | 3ead000d81c815cdc0fb8403f6a3d7c294cba1eb /i18n | |
parent | 3f8ec96f3436b1b1a1c91807694280cb08fe7ce9 (diff) | |
download | victor-cf91ff39630cead0fad16c16858405b3efbe7994.tar.gz |
Implement table of contents
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.toml | 3 | ||||
-rw-r--r-- | i18n/fr.toml | 3 | ||||
-rw-r--r-- | i18n/vi.toml | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index 64ee617..5ec68db 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -14,3 +14,6 @@ other = "approximately {{ .Count }} minutes reading" [skipToContent] other = "Skip to main content" + +[toc] +other = "Table of contents" diff --git a/i18n/fr.toml b/i18n/fr.toml index 42481d0..e649d59 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -14,3 +14,6 @@ other = "environ {{ .Count }} minutes de lecture" [skipToContent] other = "Aller à l'article" + +[toc] +other = "Table des matières" diff --git a/i18n/vi.toml b/i18n/vi.toml index 97a6fc5..e5a1751 100644 --- a/i18n/vi.toml +++ b/i18n/vi.toml @@ -12,3 +12,6 @@ other = "đọc hết khoảng {{ .Count }} phút" [skipToContent] other = "Đi đến bài viết" + +[toc] +other = "Mục lục" |